mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
what?
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user