diff --git a/Content.Server/Ghost/GhostCommand.cs b/Content.Server/Ghost/GhostCommand.cs index 26163f6d4d..927f9c8082 100644 --- a/Content.Server/Ghost/GhostCommand.cs +++ b/Content.Server/Ghost/GhostCommand.cs @@ -29,7 +29,7 @@ namespace Content.Server.Ghost if (!gameTicker.PlayerGameStatuses.TryGetValue(player.UserId, out var playerStatus) || playerStatus is not PlayerGameStatus.JoinedGame) { - shell.WriteLine("ghost-command-error-lobby"); + shell.WriteLine(Loc.GetString("ghost-command-error-lobby")); return; }