mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Fix makemcdevsrc script
This commit is contained in:
parent
3c0a1bcc25
commit
7a9efce700
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ PS1="$"
|
|||
|
||||
basedir="$(cd "$1" && pwd -P)"
|
||||
workdir="$basedir/work"
|
||||
minecraftversion=$(cat "$basedir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
|
||||
minecraftversion=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
|
||||
decompiledir="$workdir/$minecraftversion"
|
||||
nms="$decompiledir/net/minecraft/server"
|
||||
papernms="Paper-Server/src/main/java/net/minecraft/server"
|
||||
|
|
Loading…
Reference in a new issue