mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
14 lines
246 B
Lua
14 lines
246 B
Lua
Config = {}
|
|
|
|
<<<<<<< HEAD
|
|
Config.Locale = 'en'
|
|
|
|
Config.BackpackWeight = {
|
|
[40] = 16, [41] = 20, [44] = 25, [45] = 23
|
|
}
|
|
=======
|
|
Config.TickTime = 100
|
|
Config.UpdateClientTime = 5000
|
|
Config.Locale = 'en'
|
|
>>>>>>> esx_optionalneeds/master
|