Update config.lua

Changed default language to english as its the universal language
This commit is contained in:
HypeLevels
2020-12-01 21:40:27 +00:00
committed by GitHub
parent 777f27317e
commit 7b36c43af3
+1 -1
View File
@@ -12,4 +12,4 @@ Config.SellModifier = 2 -- sell price: <property price> / <sell modifier> (rou
Config.Properties = {}
Config.EnablePlayerManagement = false -- If set to true you use esx_realestateagentjob
Config.Locale = 'fr'
Config.Locale = 'en'