mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
An IllegalStateException may occur when an entity is damaged by fire or a potion effect immediately after an EntityComplexPart is damaged by an explosion. This is fixed by performing the instanceof EntityComplexPart check prior to setting CraftEventFactory.entityDamage. By: Jacob Martin <jjm_223@hotmail.com>