fix ghost command error string (#33838)
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Content.Server.Ghost
|
|||||||
if (!gameTicker.PlayerGameStatuses.TryGetValue(player.UserId, out var playerStatus) ||
|
if (!gameTicker.PlayerGameStatuses.TryGetValue(player.UserId, out var playerStatus) ||
|
||||||
playerStatus is not PlayerGameStatus.JoinedGame)
|
playerStatus is not PlayerGameStatus.JoinedGame)
|
||||||
{
|
{
|
||||||
shell.WriteLine("ghost-command-error-lobby");
|
shell.WriteLine(Loc.GetString("ghost-command-error-lobby"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user