From 62589adb720b83e5004abb5edc97226a989876c9 Mon Sep 17 00:00:00 2001 From: Ed Date: Sat, 27 Sep 2025 22:52:32 +0300 Subject: [PATCH] Update CP14RoofSystem.cs --- Content.Server/_CP14/Roof/CP14RoofSystem.cs | 2 -- 1 file changed, 2 deletions(-) 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();