Disable 1 human versus bots games
Changed the Server.LockBots setting to Server.DisableSinglePlayer. If the setting is enabled, and there is only one client in the server, the game won't start.
This commit is contained in:
@@ -70,8 +70,8 @@ namespace OpenRA
|
||||
[Desc("Automatically restart when a game ends. Disable this when something else already takes care about it.")]
|
||||
public bool DedicatedLoop = true;
|
||||
|
||||
[Desc("Disallow AI bots.")]
|
||||
public bool LockBots = false;
|
||||
[Desc("Disallow games where only one player plays with bots.")]
|
||||
public bool DisableSinglePlayer = false;
|
||||
|
||||
public string TimestampFormat = "s";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user