Fix Dragon Server Crashes

If the dragon tries to find "ground" and hits a hole, or off edge,
it will infinitely keep looking for non air and eventually crash.
This commit is contained in:
Aikar
2018-03-21 20:51:12 -04:00
parent 2f9a09cda5
commit feaa8460b1
2 changed files with 23 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ import DataConverterMaterialId
import DataInspectorBlockEntity
import DataPalette
import DefinedStructure
import DragonControllerLandedFlame
import EnchantmentManager
import Enchantments
import EntityLlama