diff --git a/Content.Server/Ghost/GhostCommand.cs b/Content.Server/Ghost/GhostCommand.cs index 868dfe65912925..259ca74712011b 100644 --- a/Content.Server/Ghost/GhostCommand.cs +++ b/Content.Server/Ghost/GhostCommand.cs @@ -20,7 +20,6 @@ public sealed class GhostCommand : IConsoleCommand public void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; - if (player == null) { shell.WriteLine(Loc.GetString("ghost-command-no-session"));