fail
This commit is contained in:
@@ -208,7 +208,7 @@ namespace OpenRA
|
||||
static Queue<Pair<int, string>> syncReports = new Queue<Pair<int, string>>();
|
||||
const int numSyncReports = 5;
|
||||
|
||||
static void UpdateSyncReport()
|
||||
public static void UpdateSyncReport()
|
||||
{
|
||||
if (!Settings.RecordSyncReports)
|
||||
return;
|
||||
@@ -291,9 +291,6 @@ namespace OpenRA
|
||||
|
||||
world.Tick();
|
||||
|
||||
if (isNetTick)
|
||||
UpdateSyncReport();
|
||||
|
||||
PerfHistory.Tick();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user