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

@@ -24,9 +24,6 @@ namespace OpenRA.Network
internal void UpdateSyncReport()
{
if (!Game.Settings.Debug.RecordSyncReports)
return;
GenerateSyncReport(syncReports[curIndex]);
curIndex = ++curIndex % numSyncReports;
}