diff --git a/Content.Shared/_NF/Trade/TradeCrateComponent.cs b/Content.Shared/_NF/Trade/TradeCrateComponent.cs index 157a02d5154..25f13345431 100644 --- a/Content.Shared/_NF/Trade/TradeCrateComponent.cs +++ b/Content.Shared/_NF/Trade/TradeCrateComponent.cs @@ -1,5 +1,6 @@ using System.Threading; using Content.Shared.Cargo; +using Robust.Shared.GameStates; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; namespace Content.Shared._NF.Trade; @@ -7,7 +8,7 @@ namespace Content.Shared._NF.Trade; /// /// This is used to mark an entity to be used as a trade crate /// -[RegisterComponent, AutoGenerateComponentState, AutoGenerateComponentPause, Access(typeof(SharedCargoSystem))] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, AutoGenerateComponentPause, Access(typeof(SharedCargoSystem))] public sealed partial class TradeCrateComponent : Component { ///