From dde6d687c9aa1e3e02860e1e02d728bb32c3fdd7 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Fri, 12 Feb 2021 11:46:56 +0100 Subject: [PATCH] Fix build --- Content.Server/Commands/GameTicking/FixRotationsCommand.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Content.Server/Commands/GameTicking/FixRotationsCommand.cs b/Content.Server/Commands/GameTicking/FixRotationsCommand.cs index 683f3346eb..ffb1a644b2 100644 --- a/Content.Server/Commands/GameTicking/FixRotationsCommand.cs +++ b/Content.Server/Commands/GameTicking/FixRotationsCommand.cs @@ -2,13 +2,8 @@ using Content.Shared.GameObjects.Components; using Content.Server.GameObjects.Components; using Content.Shared.Administration; -using Content.Shared.Maps; -using Robust.Server.Interfaces.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects.Components.Transform; using Robust.Shared.GameObjects; -using Robust.Shared.Interfaces.GameObjects; -using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths;