mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 09:06:40 +01:00
[CI-SKIP] Update makemcdevsrc.sh (#1950)
[Aikar note] we really should figure out a way to skip CI again :(
This commit is contained in:
parent
84386e1631
commit
0d098ca00d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ papernms="Paper-Server/src/main/java/net/minecraft/server"
|
|||
mcdevsrc="${decompiledir}/src/net/minecraft/server"
|
||||
rm -rf "${mcdevsrc}"
|
||||
mkdir -p "${mcdevsrc}"
|
||||
cp ${nms}/*.java "${mcdevsrc}/"
|
||||
cp "${nms}"/*.java "${mcdevsrc}/"
|
||||
|
||||
for file in "${nms}/"*
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue