Merge pull request #10992 from pchote/server-maps
Allow Dedicated Servers to query map info from the Resource Center.
This commit is contained in:
@@ -79,6 +79,9 @@ namespace OpenRA
|
||||
[Desc("Disallow games where only one player plays with bots.")]
|
||||
public bool DisableSinglePlayer = false;
|
||||
|
||||
[Desc("Query map information from the Resource Center if they are not available locally.")]
|
||||
public bool QueryMapRepository = true;
|
||||
|
||||
public string TimestampFormat = "s";
|
||||
|
||||
public ServerSettings Clone()
|
||||
|
||||
Reference in New Issue
Block a user