1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

Fix the default output when using nogui

This commit is contained in:
Aurora
2025-07-29 14:51:33 +01:00
parent f1aae3cb86
commit b19a0fdf11

View File

@@ -58,7 +58,7 @@ public class Main {
outputPath = args.get(args.indexOf("--output") + 1); outputPath = args.get(args.indexOf("--output") + 1);
} else { } else {
outputPath = inputPath.substring(0, inputPath.length() - 4); outputPath = inputPath.substring(0, inputPath.length() - 4) + ".mcpack";
} }
new PackConverter() new PackConverter()