From dc6e50a9f6b8ab8a9b2936d059f804d190a0f306 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 22:58:10 +0200 Subject: [PATCH] ed --- .../[inventory]/tgiann-inventory/configs/configMaxStack.lua | 2 +- resources/[jobs]/[crime]/r_moneywash/config.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/configs/configMaxStack.lua b/resources/[inventory]/tgiann-inventory/configs/configMaxStack.lua index cdb86b6fa..64d7086c3 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configMaxStack.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configMaxStack.lua @@ -14,7 +14,7 @@ config.maxStacks = { testitem = 10, money = 0, -- no limit money_item = 0, -- no limit - black_money = 0, -- no limit + blackmoney = 0, -- no limit black_money_item = 0, -- no limit weapon_petrolcan = 1, printerdocument = 1, diff --git a/resources/[jobs]/[crime]/r_moneywash/config.lua b/resources/[jobs]/[crime]/r_moneywash/config.lua index 29a4f16b9..501e5f035 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 = 10, -- Minimum amount of money that can be washed, does not apply when Currency = 'markedbills' + MinWash = 1000, -- 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)