From 0ce2c9ade10d06444d72c3fa6bf636178023f3e3 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 22:51:21 +0200 Subject: [PATCH] Update config.lua --- resources/[jobs]/[crime]/r_moneywash/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)