remove ability to not save syncreports
This commit is contained in:
@@ -24,9 +24,6 @@ namespace OpenRA.Network
|
||||
|
||||
internal void UpdateSyncReport()
|
||||
{
|
||||
if (!Game.Settings.Debug.RecordSyncReports)
|
||||
return;
|
||||
|
||||
GenerateSyncReport(syncReports[curIndex]);
|
||||
curIndex = ++curIndex % numSyncReports;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user