1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-20 22:51:21 +02:00
parent c9fb3c9b95
commit 0ce2c9ade1

View file

@ -41,7 +41,7 @@ Cfg = {
DynamicTimer = 60, -- Tax rate change timer (minutes)
DynamicRange = { 15, 35 }, -- Range for changing tax rate { min, max }
WashTime = 10, -- Wash time (seconds)
MinWash = 100, -- Minimum amount of money that can be washed, does not apply when Currency = 'markedbills'
MinWash = 10, -- Minimum amount of money that can be washed, does not apply when Currency = 'markedbills'
MaxWash = 10000, -- Maximum amount of money that can be washed, does not apply when Currency = 'markedbills'
Cooldown =false, -- Player cooldown time (minutes, false: disabled)