Fix default locale

This commit is contained in:
ArkSeyonet
2020-05-15 19:13:10 -05:00
committed by GitHub
parent eee001a86a
commit 0319cf7ec4
+2 -2
View File
@@ -1,7 +1,7 @@
Config = {}
Config.Locale = 'en'
Config.Locale = 'fr'
Config.BackpackWeight = {
[40] = 16, [41] = 20, [44] = 25, [45] = 23
}
}