partially fix scripts

This commit is contained in:
ㄗㄠˋ ㄑㄧˊ
2020-04-11 12:37:04 +08:00
parent 27c7488d6c
commit e538e89116
6 changed files with 19 additions and 25 deletions

View File

@@ -102,6 +102,6 @@ importLibrary com.mojang datafixerupper com/mojang/datafixers/util Either.java
cd Paper/Paper-Server/
rm -rf nms-patches
git add src -A
echo -e "Akarin extra mc-dev Imports\n\n$MODLOG" | git commit src -F -
echo -e "Akarin extra mc-dev Imports\n\n$MODLOG" | git commit --allow-empty src -F -
exit 0
)