diff --git a/Content.Server/Commands/GameTicking/FixRotationsCommand.cs b/Content.Server/Commands/GameTicking/FixRotationsCommand.cs index ffb1a644b2..54329f1227 100644 --- a/Content.Server/Commands/GameTicking/FixRotationsCommand.cs +++ b/Content.Server/Commands/GameTicking/FixRotationsCommand.cs @@ -2,6 +2,7 @@ using Content.Shared.GameObjects.Components; using Content.Server.GameObjects.Components; using Content.Shared.Administration; +using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.GameObjects; using Robust.Shared.IoC;