(6d989732) Unstable v0.9.708.0
This commit is contained in:
@@ -782,6 +782,12 @@ namespace Barotrauma
|
||||
|
||||
commands.Add(new Command("lobby|lobbyscreen", "", (string[] args) =>
|
||||
{
|
||||
if (GameMain.Client != null)
|
||||
{
|
||||
ThrowError("This command cannot be used in multiplayer.");
|
||||
return;
|
||||
}
|
||||
|
||||
GameMain.LobbyScreen.Select();
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user