mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Minor changes, missing semicolons in JS
This commit is contained in:
+3
-1
@@ -1,5 +1,5 @@
|
||||
Config = {}
|
||||
Config.Locale = 'fr'
|
||||
Config.Locale = 'sv'
|
||||
|
||||
Config.Accounts = { 'bank', 'black_money' }
|
||||
Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money') }
|
||||
@@ -9,7 +9,9 @@ Config.ShowDotAbovePlayer = false
|
||||
Config.DisableWantedLevel = true
|
||||
Config.EnableWeaponPickup = true
|
||||
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
|
||||
|
||||
Config.RemoveInventoryItemDelay = 5 * 60000
|
||||
Config.PaycheckInterval = 7 * 60000
|
||||
Config.MaxPlayers = 32
|
||||
|
||||
Config.EnableDebug = false
|
||||
|
||||
Reference in New Issue
Block a user