From 86507791c0bc52e17890483596f122ff8fda3293 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Fri, 12 Feb 2021 11:47:14 +0100 Subject: [PATCH] Fix build, again. --- Content.Server/Commands/GameTicking/FixRotationsCommand.cs | 1 + 1 file changed, 1 insertion(+) 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;