From 81aa4728e2f11c190ff22488410df1376918b2c5 Mon Sep 17 00:00:00 2001 From: HypeLevels <61633775+HypeLevels@users.noreply.github.com> Date: Sat, 28 Nov 2020 22:27:05 +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 cb4eb304..e5c831b1 100644 --- a/config.lua +++ b/config.lua @@ -1,5 +1,5 @@ Config = {} -Config.Locale = 'fr' +Config.Locale = 'en' Config.EnableESXIdentity = false Config.MaxSalary = 3500