mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Fix default locale
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
Config = {}
|
||||
|
||||
Config.Locale = 'en'
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Config.BackpackWeight = {
|
||||
[40] = 16, [41] = 20, [44] = 25, [45] = 23
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user