From 4e92cd8b5c9499b4a63aabedeb4c9f6cf82bf1f7 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 5 Jul 2026 13:25:15 -0400 Subject: [PATCH] what? --- tools/src/mindustry/tools/MapFixer.java | 4 ---- 1 file changed, 4 deletions(-) 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{