From 88451f1e81be9e3cccce35202b66001407d4a7eb Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 9 Sep 2024 15:36:40 -0400 Subject: [PATCH] Hotfix Linter (#894) # Description SOMEHOW THIS GOT PAST THE LINTER. THE FUCK? --- .../StationEvents/OscillatingStationEventScheduler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/StationEvents/OscillatingStationEventScheduler.cs b/Content.Server/StationEvents/OscillatingStationEventScheduler.cs index 2cbf861386..1e6dbd14a1 100644 --- a/Content.Server/StationEvents/OscillatingStationEventScheduler.cs +++ b/Content.Server/StationEvents/OscillatingStationEventScheduler.cs @@ -2,7 +2,7 @@ using System.Diagnostics.CodeAnalysis; using Content.Server.GameTicking; using Content.Server.GameTicking.Rules; -using Content.Server.GameTicking.Rules.Components; +using Content.Server.GameTicking.Components; using Content.Server.StationEvents.Components; using Content.Shared.CCVar; using Robust.Shared.Configuration;