diff --git a/tools/src/mindustry/tools/BundleLauncher.java b/tools/src/mindustry/tools/BundleLauncher.java index fe1d5b5980..6b8be473c5 100644 --- a/tools/src/mindustry/tools/BundleLauncher.java +++ b/tools/src/mindustry/tools/BundleLauncher.java @@ -14,7 +14,7 @@ public class BundleLauncher{ Seq removals = new Seq<>(); Fi.get(".").walk(child -> { - if(child.name().equals("bundle.properties") || child.toString().contains("output") || !child.name().equals("bundle_ko.properties")) return; + if(child.name().equals("bundle.properties") || child.toString().contains("output")) return; Log.info("Parsing bundle: @", child);