diff options
author | Aikar <[email protected]> | 2016-05-12 22:11:11 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2016-05-12 22:11:11 -0400 |
commit | 6b016cfcbf319ffec7a9b13da33bb85a68ff990c (patch) | |
tree | 556f3020e978125d2fd7d84f07dbf6afaa56c068 | |
parent | 9a0f54ce99c6b20ad4bfa477ffb717259926f07c (diff) | |
download | Paper-6b016cfcbf319ffec7a9b13da33bb85a68ff990c.tar.gz Paper-6b016cfcbf319ffec7a9b13da33bb85a68ff990c.zip |
clean up spigot working files out of our Paper folder
-rwxr-xr-x | scripts/importmcdev.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/importmcdev.sh b/scripts/importmcdev.sh index c1b3c1a0ff..1223cf4c77 100755 --- a/scripts/importmcdev.sh +++ b/scripts/importmcdev.sh @@ -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 - ) |