1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-20 22:23:18 +02:00
parent 9aa690dfc4
commit 9eb99a91fa

View file

@ -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.
}