Skip to content

Commit

Permalink
feat: Added new config setting
Browse files Browse the repository at this point in the history
Added a new config option "distanceToHandKeys = 3" so players can adjust the range at which to hand keys over.
  • Loading branch information
zozomanx authored Dec 6, 2024
1 parent 89e66b2 commit 6c9b81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/server.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
runClearCronMinutes = 5,
distanceToHandKeys = 3,
---@type table<WeaponTypeGroup, number>
carjackChance = { -- Probability of successful carjacking based on weapon used
[WeaponTypeGroup.MELEE] = 0.0,
Expand Down

0 comments on commit 6c9b81f

Please sign in to comment.