From 9ca6963d4619e0fd180f47d1397a4133b021f9d8 Mon Sep 17 00:00:00 2001 From: "Ignaz \"Ian\" Kraft" Date: Sat, 24 May 2025 19:21:05 +0200 Subject: [PATCH] fix crash on core destruction (#1310) --- .../Components/CP14DemiplaneTimedDestructionComponent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]