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:
Paul Chote
2018-11-25 21:59:36 +00:00
committed by reaperrr
parent 081182b60f
commit cc707f0037
4 changed files with 7 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ namespace OpenRA.Server
Map = settings.Map,
ServerName = settings.Name,
EnableSingleplayer = settings.EnableSingleplayer || !dedicated,
EnableSyncReports = settings.EnableSyncReports,
GameUid = Guid.NewGuid().ToString(),
Dedicated = dedicated
}