Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Jul 4, 2024
1 parent 27e03bf commit 49a0216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Ghost/GhostCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 49a0216

Please sign in to comment.