diff --git a/Content.Server/FloofStation/GameTicking/StationEventCondition.cs b/Content.Server/FloofStation/GameTicking/StationEventCondition.cs index 42418c42cc2..060357ef662 100644 --- a/Content.Server/FloofStation/GameTicking/StationEventCondition.cs +++ b/Content.Server/FloofStation/GameTicking/StationEventCondition.cs @@ -12,7 +12,6 @@ using Robust.Shared.Prototypes; using Robust.Shared.Random; - namespace Content.Server.FloofStation.GameTicking; /// diff --git a/Content.Server/StationEvents/EventManagerSystem.cs b/Content.Server/StationEvents/EventManagerSystem.cs index b219ce20c77..ce62e35213a 100644 --- a/Content.Server/StationEvents/EventManagerSystem.cs +++ b/Content.Server/StationEvents/EventManagerSystem.cs @@ -33,7 +33,7 @@ public override void Initialize() Subs.CVar(_configurationManager, CCVars.EventsEnabled, SetEnabled, true); - _eventConditionDeps = new(EntityManager, GameTicker, this); + _eventConditionDeps = new(EntityManager, GameTicker, this); // Floof _eventConditionDeps.Initialize(); }