Merge remote-tracking branch 'origin/delta'

This commit is contained in:
Jenkins 2022-01-18 13:01:31 -06:00
commit 56a5a7b58a
2 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View File

@ -202,3 +202,6 @@ plugins/LuckPerms/libs/
plugins/dynmap/*.pending
plugins/WorldEdit/.archive-unpack/
!plugins/LuckPerms/*.db
# Ignore the update script
update.sh

View File

@ -1,6 +0,0 @@
#!/bin/sh
git reset --hard
git checkout master
git pull origin master --ff-only
git checkout master@{'24 hours ago'}