Minor changes, missing semicolons in JS

This commit is contained in:
ElPumpo
2018-11-10 10:37:27 +01:00
parent aedd4132cd
commit db50388543
9 changed files with 57 additions and 65 deletions
+3 -1
View File
@@ -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