diff --git a/Content.Server/Construction/ConstructionSystem.Interactions.cs b/Content.Server/Construction/ConstructionSystem.Interactions.cs index 54982e9b57..14a2fdea7d 100644 --- a/Content.Server/Construction/ConstructionSystem.Interactions.cs +++ b/Content.Server/Construction/ConstructionSystem.Interactions.cs @@ -1,6 +1,7 @@ using Content.Server.Construction.Components; using Content.Server.DoAfter; using Content.Shared.Construction; +using Content.Shared.Construction.EntitySystems; using Content.Shared.Construction.Steps; using Content.Shared.Interaction; using Robust.Shared.Containers; @@ -27,7 +28,7 @@ namespace Content.Server.Construction #endregion // Event handling. Add your subscriptions here! Just make sure they're all handled by EnqueueEvent. - SubscribeLocalEvent(EnqueueEvent); + SubscribeLocalEvent(EnqueueEvent, new []{typeof(AnchorableSystem)}); } ///