From d6cd99b8abc4ecc49812f1f09885854c8c7eb0f0 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 30 Apr 2024 20:31:00 +0100 Subject: [PATCH] Reduce sandbox to max level 20 --- 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 47a18e08..9cff5878 100644 --- a/project/assets/database/locations/sandbox/base.json +++ b/project/assets/database/locations/sandbox/base.json @@ -124,7 +124,7 @@ "path": "", "rcid": "" }, - "RequiredPlayerLevelMax": 100, + "RequiredPlayerLevelMax": 20, "RequiredPlayerLevelMin": 0, "Rules": "Normal", "SafeLocation": false,