From 6b016cfcbf319ffec7a9b13da33bb85a68ff990c Mon Sep 17 00:00:00 2001 From: Aikar Date: Thu, 12 May 2016 22:11:11 -0400 Subject: [PATCH] clean up spigot working files out of our Paper folder --- scripts/importmcdev.sh | 5 +++-- 1 file 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 - )