From 2eb4c8624fcadbb6461288d103ed8828a521b9ed Mon Sep 17 00:00:00 2001 From: Snowiiii Date: Tue, 13 Aug 2024 12:09:01 +0200 Subject: [PATCH] Fix: python mc source decompile script --- mc-source-code/decompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc-source-code/decompile.sh b/mc-source-code/decompile.sh index fdae6537..a347f8d6 100755 --- a/mc-source-code/decompile.sh +++ b/mc-source-code/decompile.sh @@ -21,7 +21,7 @@ echo "DecompilerMC cloned successfully." # decompile the server JAR file echo "Decompilation might take a while, please be patient." cd DecompilerMC -python3.12 main.py -mcv $MC_VERSION -s server -na -f -rmap -rjar -dm -dj -dd -dec -q -c +python3 main.py -mcv $MC_VERSION -s server -na -f -rmap -rjar -dm -dj -dd -dec -q -c # move it to the correct directory mv src ..