forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
c9fb3c9b95
commit
0ce2c9ade1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue