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:
parent
4cf0aa2ed7
commit
6f2b60a0aa
@ -205,7 +205,8 @@
|
||||
"path": "",
|
||||
"rcid": ""
|
||||
},
|
||||
"RequiredPlayerLevel": 0,
|
||||
"RequiredPlayerLevelMin": 0,
|
||||
"RequiredPlayerLevelMax": 100,
|
||||
"Rules": "AvoidAllPmc",
|
||||
"SafeLocation": false,
|
||||
"ScavMaxPlayersInGroup": 4,
|
||||
|
Loading…
Reference in New Issue
Block a user