Update config.lua

Changed the default language to be English as it is the universal language.
This commit is contained in:
HypeLevels
2020-11-28 22:27:05 +00:00
committed by GitHub
parent ca38c6c16f
commit 81aa4728e2
+1 -1
View File
@@ -1,5 +1,5 @@
Config = {}
Config.Locale = 'fr'
Config.Locale = 'en'
Config.EnableESXIdentity = false
Config.MaxSalary = 3500