Fix customs not allowing raids, base.json now differs between offline and live raids

("RequiredPlayerLevelMin": 0,
  "RequiredPlayerLevelMax": 100,)

vs

"RequiredPlayerLevel": 0,
This commit is contained in:
Dev 2023-05-27 15:40:36 +01:00
parent 4cf0aa2ed7
commit 6f2b60a0aa

View File

@ -205,7 +205,8 @@
"path": "",
"rcid": ""
},
"RequiredPlayerLevel": 0,
"RequiredPlayerLevelMin": 0,
"RequiredPlayerLevelMax": 100,
"Rules": "AvoidAllPmc",
"SafeLocation": false,
"ScavMaxPlayersInGroup": 4,