From c51cce269fa55ad9883ea94e9b5cdf1deea6e461 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 23 Jan 2024 10:02:06 +0000 Subject: [PATCH] Workaround for sandbox map having Level 20 max --- project/assets/database/locations/sandbox/base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/locations/sandbox/base.json b/project/assets/database/locations/sandbox/base.json index ce52eeab..8c903607 100644 --- a/project/assets/database/locations/sandbox/base.json +++ b/project/assets/database/locations/sandbox/base.json @@ -122,7 +122,7 @@ "path": "", "rcid": "" }, - "RequiredPlayerLevelMax": 20, + "RequiredPlayerLevelMax": 99, "RequiredPlayerLevelMin": 0, "Rules": "Normal", "SafeLocation": false,