split allowed drop modes for different game modes
This commit is contained in:
+19
-6
@@ -11,12 +11,25 @@
|
||||
"CatchHandlerExceptions": false,
|
||||
|
||||
"PersistentGameIdleTimeout": 1800000000,
|
||||
"AllowedDropModesV1V2": 0x1F,
|
||||
"AllowedDropModesV3": 0x1F,
|
||||
"AllowedDropModesV4": 0x1D,
|
||||
"DefaultDropModeV1V2": "CLIENT",
|
||||
"DefaultDropModeV3": "CLIENT",
|
||||
"DefaultDropModeV4": "SERVER_SHARED",
|
||||
"AllowedDropModesV1V2Normal": 0x1F,
|
||||
"AllowedDropModesV1V2Battle": 0x07,
|
||||
"AllowedDropModesV1V2Challenge": 0x07,
|
||||
"AllowedDropModesV3Normal": 0x1F,
|
||||
"AllowedDropModesV3Battle": 0x07,
|
||||
"AllowedDropModesV3Challenge": 0x07,
|
||||
"AllowedDropModesV4Normal": 0x1D,
|
||||
"AllowedDropModesV4Challenge": 0x05,
|
||||
"AllowedDropModesV4Battle": 0x05,
|
||||
"DefaultDropModeV1V2Normal": "CLIENT",
|
||||
"DefaultDropModeV1V2Battle": "CLIENT",
|
||||
"DefaultDropModeV1V2Challenge": "CLIENT",
|
||||
"DefaultDropModeV3Normal": "CLIENT",
|
||||
"DefaultDropModeV3Battle": "CLIENT",
|
||||
"DefaultDropModeV3Challenge": "CLIENT",
|
||||
"DefaultDropModeV4Normal": "SERVER_SHARED",
|
||||
"DefaultDropModeV4Battle": "SERVER_SHARED",
|
||||
"DefaultDropModeV4Challenge": "SERVER_SHARED",
|
||||
|
||||
|
||||
"LocalAddress": "en0",
|
||||
"ExternalAddress": "en0",
|
||||
|
||||
Reference in New Issue
Block a user