From 3266d0f69caa43c488918d4c52983b89575f8924 Mon Sep 17 00:00:00 2001 From: HypeLevels <61633775+HypeLevels@users.noreply.github.com> Date: Sat, 28 Nov 2020 22:28:21 +0000 Subject: [PATCH] Update config.lua Changed the default language to be English as it is the universal language. --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 61b2c2ff..f233dad5 100644 --- a/config.lua +++ b/config.lua @@ -4,7 +4,7 @@ Config.MarkerColor = {r = 120, g = 120, b = 240} Config.EnablePlayerManagement = false -- enables the actual car dealer job. You'll need esx_addonaccount, esx_billing and esx_society Config.ResellPercentage = 50 -Config.Locale = 'fr' +Config.Locale = 'en' Config.LicenseEnable = false -- require people to own drivers license when buying vehicles? Only applies if EnablePlayerManagement is disabled. Requires esx_license