mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 15:17:17 +01:00
clean up spigot working files out of our Paper folder
This commit is contained in:
parent
9a0f54ce99
commit
6b016cfcbf
1 changed files with 3 additions and 2 deletions
|
@ -78,6 +78,7 @@ import TileEntityLootable
|
|||
import WorldProvider
|
||||
|
||||
cd "$workdir/Spigot/Spigot-Server/"
|
||||
git add src -A
|
||||
echo -e "mc-dev Imports\n\n$MODLOG" | git commit src -F -
|
||||
rm -rf nms-patches applyPatches.sh makePatches.sh >/dev/null 2>&1
|
||||
git add . -A >/dev/null 2>&1
|
||||
echo -e "mc-dev Imports\n\n$MODLOG" | git commit . -F -
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue