From 49a02169e09966335bccb0a57fed6f2110f841f6 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:45:48 +0200 Subject: [PATCH] 1 --- Content.Server/Ghost/GhostCommand.cs | 1 - 1 file changed, 1 deletion(-) 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"));