Commit a8737dd 1 parent f5d5d9c commit a8737dd Copy full SHA for a8737dd
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ if [ ! -d "$classdir" ]; then
71
71
fi
72
72
73
73
# if we see the old net folder, copy it to spigot to avoid redecompiling
74
- if [ -d " $decompiledir /net" ]; then
75
- cp -r " $decompiledir /net" " $spigotdecompiledir /"
74
+ if [ -d " $decompiledir /net/minecraft/server " ]; then
75
+ cp -r " $decompiledir /net/minecraft/server " " $spigotdecompiledir /"
76
76
fi
77
77
78
- if [ ! -d " $spigotdecompiledir /net" ]; then
79
- echo " Decompiling classes (stage 2) ..."
78
+ if [ ! -d " $spigotdecompiledir /net/minecraft/server " ]; then
79
+ echo " Decompiling classes..."
80
80
cd " $basedir "
81
81
set +e
82
82
java -jar " $workdir /Paper/BuildData/bin/fernflower.jar" -dgs=1 -hdc=0 -rbr=0 -asc=1 -udv=0 " $classdir " " $spigotdecompiledir "
You can’t perform that action at this time.
0 commit comments