diff --git a/tools/src/mindustry/tools/MapFixer.java b/tools/src/mindustry/tools/MapFixer.java index 2726e172c0..85661d8d3b 100644 --- a/tools/src/mindustry/tools/MapFixer.java +++ b/tools/src/mindustry/tools/MapFixer.java @@ -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{