From 0c31e1c8a1f28ec3534735c909d7b2f289891ec5 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 29 Apr 2010 17:21:01 +1200 Subject: [PATCH] sync report on by default --- OpenRA.Game/GameRules/UserSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/GameRules/UserSettings.cs b/OpenRA.Game/GameRules/UserSettings.cs index f5048085d9..ff5945fd37 100644 --- a/OpenRA.Game/GameRules/UserSettings.cs +++ b/OpenRA.Game/GameRules/UserSettings.cs @@ -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;