diff --git a/OpenRA.Game/Network/SyncReport.cs b/OpenRA.Game/Network/SyncReport.cs index 8a810b1f41..ba1148cfeb 100644 --- a/OpenRA.Game/Network/SyncReport.cs +++ b/OpenRA.Game/Network/SyncReport.cs @@ -21,7 +21,7 @@ namespace OpenRA.Network { class SyncReport { - const int NumSyncReports = 5; + const int NumSyncReports = 7; static readonly Cache TypeInfoCache = new Cache(t => new TypeInfo(t)); readonly OrderManager orderManager;