Disable MP sync report generation by default.
A new Server.EnableSyncReports option is provided so that server operators can restore them remotely in the event of a future desync bug.
This commit is contained in:
@@ -74,6 +74,9 @@ namespace OpenRA
|
||||
[Desc("Query map information from the Resource Center if they are not available locally.")]
|
||||
public bool QueryMapRepository = true;
|
||||
|
||||
[Desc("Enable client-side report generation to help debug desync errors.")]
|
||||
public bool EnableSyncReports = false;
|
||||
|
||||
public string TimestampFormat = "s";
|
||||
|
||||
public ServerSettings Clone()
|
||||
|
||||
Reference in New Issue
Block a user