From 2669a89065b58167215381981231c09385c5922b Mon Sep 17 00:00:00 2001 From: Fansana <116083121+Fansana@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:43:02 +0100 Subject: [PATCH] Update BlockGameArcadeSystem.cs --- Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs b/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs index b0bf3895092..561cad8d7ee 100644 --- a/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs +++ b/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Advertise; using Content.Server.Advertise.Components; using Content.Shared.Arcade; -using Content.Shared.Power; using Robust.Server.GameObjects; using Robust.Shared.Player;