From 309a549b5eefb3f82b0a39019516c4d59ac33283 Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Sat, 21 Dec 2024 18:04:42 -0400 Subject: [PATCH] Wrong imports --- Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs b/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs index 9e507eefae9..95c2b0085bd 100644 --- a/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs +++ b/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs @@ -1,7 +1,6 @@ using System.Linq; using Content.Server.Administration; using Content.Server.GameTicking; -using Content.Server.GameTicking.Components; using Content.Server.GameTicking.Rules; using Content.Server.StationEvents.Components; using Content.Shared.Administration;