Readd configurable max chunk gens per tick

This commit is contained in:
Aikar 2018-07-21 17:24:18 -04:00
parent 34404e60c9
commit bf2c56e8ae
No known key found for this signature in database
GPG key ID: 401ADFC9891FAAFE
77 changed files with 227 additions and 320 deletions

View file

@ -69,8 +69,14 @@ for f in $files; do
fi
done
import NBTList
import NBTBase
# Temporarily add new NMS dev imports here before you run paper patch
# but after you have paper rb'd your changes, remove the line from this file before committing.
# we do not need any lines added to this file
# import FileName
set -e
cd "$workdir/Spigot/Spigot-Server/"