This commit is contained in:
Anuken
2026-07-05 13:25:15 -04:00
parent 97fce0735d
commit 4e92cd8b5c

View File

@@ -60,10 +60,6 @@ public class MapFixer{
}
static void fixMapNames(){
if(!Locale.getDefault().toString().contains("en")){
throw new IllegalArgumentException("Language must be English!!! " + Locale.getDefault());
}
Fi root = Core.files.local("maps");
root.walk(f -> {
try{