diff --git a/Content.Server/_CP14/Roof/CP14RoofSystem.cs b/Content.Server/_CP14/Roof/CP14RoofSystem.cs index 6a5b697c8f..fa96369209 100644 --- a/Content.Server/_CP14/Roof/CP14RoofSystem.cs +++ b/Content.Server/_CP14/Roof/CP14RoofSystem.cs @@ -1,4 +1,3 @@ -using Content.Shared.Light.Components; using Content.Shared.Light.EntitySystems; using Robust.Shared.Map.Components; @@ -10,7 +9,6 @@ public sealed class CP14RoofSystem : EntitySystem [Dependency] private readonly SharedMapSystem _maps = default!; [Dependency] private readonly SharedRoofSystem _roof = default!; - public override void Initialize() { base.Initialize();