mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
Update BundleLauncher.java
This commit is contained in:
@ -47,7 +47,6 @@ public class BundleLauncher{
|
||||
}
|
||||
|
||||
Func2<String, String, String> processor = (key, value) -> (key + " = " + value).replace("\\", "\\\\").replace("\n", "\\n") + "\n";
|
||||
|
||||
Fi output = child.sibling("output/" + child.name());
|
||||
|
||||
Log.info("&lc{0} keys added.", added);
|
||||
|
Reference in New Issue
Block a user