mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 19:01:35 +00:00
Update config.lua
Changed default language to english as its the universal language
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
Config = {}
|
||||
Config.Locale = 'fr'
|
||||
Config.Locale = 'en'
|
||||
|
||||
Config.Marker = {
|
||||
r = 250, g = 0, b = 0, a = 100, -- red color
|
||||
|
||||
Reference in New Issue
Block a user