Update config.lua

Changed default language to english as its the universal language
This commit is contained in:
HypeLevels
2020-12-01 21:42:54 +00:00
committed by GitHub
parent ba14cf2832
commit 71ae1225e7
+1 -1
View File
@@ -2,4 +2,4 @@ Config = {}
Config.TickTime = 100
Config.UpdateClientTime = 5000
Config.Locale = 'fr'
Config.Locale = 'en'