From 9eb99a91fa3b540ffa0a239be75d3d73548523e3 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 22:23:18 +0200 Subject: [PATCH] Update config.lua --- resources/[jobs]/[crime]/r_moneywash/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[jobs]/[crime]/r_moneywash/config.lua b/resources/[jobs]/[crime]/r_moneywash/config.lua index 62edfc691..37533c79f 100644 --- a/resources/[jobs]/[crime]/r_moneywash/config.lua +++ b/resources/[jobs]/[crime]/r_moneywash/config.lua @@ -43,7 +43,7 @@ Cfg = { WashTime = 10, -- Wash time (seconds) MinWash = 100, -- 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 = 30, -- Player cooldown time (minutes, false: disabled) + Cooldown =false, -- Player cooldown time (minutes, false: disabled) Teleporter = { Enabled = true, -- Teleporter (true: enabled, false: disabled) @@ -57,5 +57,5 @@ Cfg = { -- | (_| | __/ |_) | |_| | (_| | -- \__,_|\___|_.__/ \__,_|\__, | -- |___/ - Debug = false, -- Debug mode (true: enabled, false: disabled) - Do not enable this unless you know what you are doing. + Debug = true, -- Debug mode (true: enabled, false: disabled) - Do not enable this unless you know what you are doing. }