From ee86d1ac94f2182098d1c886d9556234f36aaf48 Mon Sep 17 00:00:00 2001 From: HypeLevels <61633775+HypeLevels@users.noreply.github.com> Date: Tue, 1 Dec 2020 21:43:30 +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 af12ce1f..7e3c9145 100644 --- a/config.lua +++ b/config.lua @@ -3,7 +3,7 @@ Config = {} Config.ZDiff = 2.0 Config.BlipSprite = 431 -Config.Locale = 'fr' +Config.Locale = 'en' Config.EnableBlips = true