forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
9aa690dfc4
commit
9eb99a91fa
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue