Incease NumSyncReports to 7

This commit is contained in:
dnqbob
2022-11-23 17:31:05 +08:00
committed by abcdefg30
parent 63411f9938
commit 8703cfc4f4

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Network
{
class SyncReport
{
const int NumSyncReports = 5;
const int NumSyncReports = 7;
static readonly Cache<Type, TypeInfo> TypeInfoCache = new Cache<Type, TypeInfo>(t => new TypeInfo(t));
readonly OrderManager orderManager;