Mega repair AI

This commit is contained in:
Anuken
2020-09-15 10:39:45 -04:00
parent 757e0fbda0
commit 1327a2bef4
7 changed files with 46 additions and 20 deletions
+1 -2
View File
@@ -214,8 +214,7 @@ public class Vars implements Loadable{
if(loadLocales){
//load locales
String[]
stra = Core.files.internal("locales").readString().split("\n");
String[] stra = Core.files.internal("locales").readString().split("\n");
locales = new Locale[stra.length];
for(int i = 0; i < locales.length; i++){
String code = stra[i];