mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 09:17:28 +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";
|
Func2<String, String, String> processor = (key, value) -> (key + " = " + value).replace("\\", "\\\\").replace("\n", "\\n") + "\n";
|
||||||
|
|
||||||
Fi output = child.sibling("output/" + child.name());
|
Fi output = child.sibling("output/" + child.name());
|
||||||
|
|
||||||
Log.info("&lc{0} keys added.", added);
|
Log.info("&lc{0} keys added.", added);
|
||||||
|
Reference in New Issue
Block a user