sync report on by default

This commit is contained in:
Chris Forbes
2010-04-29 17:21:01 +12:00
parent cc2a18d5cb
commit 0c31e1c8a1

View File

@@ -27,7 +27,7 @@ namespace OpenRA.GameRules
public bool PathDebug = false;
public bool PerfDebug = true;
public bool IndexDebug = false;
public bool RecordSyncReports = false;
public bool RecordSyncReports = true;
// Window settings
public readonly int Width = 0;