diff --git a/resources/[jobs]/[crime]/r_moneywash/config.lua b/resources/[jobs]/[crime]/r_moneywash/config.lua index b972a4181..29a4f16b9 100644 --- a/resources/[jobs]/[crime]/r_moneywash/config.lua +++ b/resources/[jobs]/[crime]/r_moneywash/config.lua @@ -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)