From d550ad56140c53ebcf984e6d157d069d8ad0d1ba Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 22 Nov 2021 11:44:28 -0500 Subject: [PATCH] no --- tools/src/mindustry/tools/BundleLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);