mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
9580e319b3
Changed default language to english as its the universal language
8 lines
107 B
Lua
8 lines
107 B
Lua
Config = {}
|
|
|
|
Config.Locale = 'en'
|
|
|
|
Config.BackpackWeight = {
|
|
[40] = 16, [41] = 20, [44] = 25, [45] = 23
|
|
}
|