From 6c9b81f8090f1e4d1b9e2f56e0ef692a9f297a18 Mon Sep 17 00:00:00 2001 From: zozomanx Date: Thu, 5 Dec 2024 19:24:05 -0500 Subject: [PATCH] feat: Added new config setting Added a new config option "distanceToHandKeys = 3" so players can adjust the range at which to hand keys over. --- config/server.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/server.lua b/config/server.lua index b51d90a..0b705ee 100644 --- a/config/server.lua +++ b/config/server.lua @@ -1,5 +1,6 @@ return { runClearCronMinutes = 5, + distanceToHandKeys = 3, ---@type table carjackChance = { -- Probability of successful carjacking based on weapon used [WeaponTypeGroup.MELEE] = 0.0,