Light config value move

This commit is contained in:
TheFantomas
2023-02-15 15:46:42 +01:00
committed by GitHub
parent 923b41f0eb
commit 93895bac7b
+1 -1
View File
@@ -20,9 +20,9 @@ Config.StartingAccountMoney = {bank = 50000}
Config.DefaultSpawn = {x = -269.4, y = -955.3, z = 31.2, heading = 205.8}
Config.EnablePaycheck = true -- enable paycheck
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.MaxWeight = 24 -- the max inventory weight without backpack
Config.EnablePaycheck = true -- enable paycheck
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
Config.EnableDebug = false -- Use Debug options?
Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 )