Skip to content

Commit

Permalink
Fix: python mc source decompile script
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 13, 2024
1 parent 3579b9c commit 2eb4c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc-source-code/decompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 2eb4c86

Please sign in to comment.