remove ability to not save syncreports

This commit is contained in:
Chris Forbes
2010-12-23 08:48:54 +13:00
parent 68e8565561
commit c1fb6c2732
5 changed files with 4 additions and 30 deletions

View File

@@ -33,7 +33,6 @@ namespace OpenRA.GameRules
{
public bool BotDebug = false;
public bool PerfGraph = false;
public bool RecordSyncReports = true;
public float LongTickThreshold = 0.001f;
}