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;