From bbb74c72c9fd0ce59a961206756931d700c3162f Mon Sep 17 00:00:00 2001 From: Kaeno Date: Sun, 17 Mar 2024 09:08:52 +0000 Subject: [PATCH] Reduce the amount of inital spawns on Sandbox(Ground Zero) To help getting killed instantly --- project/assets/configs/location.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/location.json b/project/assets/configs/location.json index a0a78ca9..8d7d8eb8 100644 --- a/project/assets/configs/location.json +++ b/project/assets/configs/location.json @@ -1321,5 +1321,5 @@ "mod_equipment": 5 } }, - "sandboxMaxPatrolvalue": 10 -} + "sandboxMaxPatrolvalue": 8 +} \ No newline at end of file