From 7b36c43af3f6ae7315831d1ba4a9408c8939a5aa Mon Sep 17 00:00:00 2001 From: HypeLevels <61633775+HypeLevels@users.noreply.github.com> Date: Tue, 1 Dec 2020 21:40:27 +0000 Subject: [PATCH] Update config.lua Changed default language to english as its the universal language --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index d1888658..42ca7cbb 100644 --- a/config.lua +++ b/config.lua @@ -12,4 +12,4 @@ Config.SellModifier = 2 -- sell price: / (rou Config.Properties = {} Config.EnablePlayerManagement = false -- If set to true you use esx_realestateagentjob -Config.Locale = 'fr' +Config.Locale = 'en'