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:
@@ -58,7 +58,7 @@ public class Main {
|
||||
|
||||
outputPath = args.get(args.indexOf("--output") + 1);
|
||||
} else {
|
||||
outputPath = inputPath.substring(0, inputPath.length() - 4);
|
||||
outputPath = inputPath.substring(0, inputPath.length() - 4) + ".mcpack";
|
||||
}
|
||||
|
||||
new PackConverter()
|
||||
|
||||
Reference in New Issue
Block a user