From 6f2b60a0aae99c11fde1c86eab396ba64ddfb2d7 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 27 May 2023 15:40:36 +0100 Subject: [PATCH] Fix customs not allowing raids, base.json now differs between offline and live raids ("RequiredPlayerLevelMin": 0, "RequiredPlayerLevelMax": 100,) vs "RequiredPlayerLevel": 0, --- project/assets/database/locations/bigmap/base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/assets/database/locations/bigmap/base.json b/project/assets/database/locations/bigmap/base.json index 6c5d581e..e99a6c11 100644 --- a/project/assets/database/locations/bigmap/base.json +++ b/project/assets/database/locations/bigmap/base.json @@ -205,7 +205,8 @@ "path": "", "rcid": "" }, - "RequiredPlayerLevel": 0, + "RequiredPlayerLevelMin": 0, + "RequiredPlayerLevelMax": 100, "Rules": "AvoidAllPmc", "SafeLocation": false, "ScavMaxPlayersInGroup": 4,