diff --git a/Content.Shared/_CP14/Demiplane/Components/CP14DemiplaneTimedDestructionComponent.cs b/Content.Shared/_CP14/Demiplane/Components/CP14DemiplaneTimedDestructionComponent.cs index 10b5d97f2f..13fc4fe267 100644 --- a/Content.Shared/_CP14/Demiplane/Components/CP14DemiplaneTimedDestructionComponent.cs +++ b/Content.Shared/_CP14/Demiplane/Components/CP14DemiplaneTimedDestructionComponent.cs @@ -1,11 +1,12 @@ using Robust.Shared.Audio; +using Robust.Shared.GameStates; namespace Content.Shared._CP14.Demiplane.Components; /// /// Destroy demiplane after time /// -[RegisterComponent, AutoGenerateComponentState, AutoGenerateComponentPause, Access(typeof(CP14SharedDemiplaneSystem))] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, AutoGenerateComponentPause, Access(typeof(CP14SharedDemiplaneSystem))] public sealed partial class CP14DemiplaneTimedDestructionComponent : Component { [DataField]