From 4f7653abe7a615cd7b027476c72959f5d050255d Mon Sep 17 00:00:00 2001 From: HypeLevels <61633775+HypeLevels@users.noreply.github.com> Date: Sat, 28 Nov 2020 22:25:52 +0000 Subject: [PATCH] Update config.lua Changed the default language to be English it is the universal language. --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index a0e7967c..ce211543 100644 --- a/config.lua +++ b/config.lua @@ -1,3 +1,3 @@ Config = {} -Config.Locale = 'fr' +Config.Locale = 'en' Config.Visible = true