Fixed some enchantments not setting mobs on fire

This commit is contained in:
Sn0wStorm 2013-05-26 17:15:47 +02:00
parent 3d8dceec87
commit ff69271216

View File

@ -149,7 +149,7 @@ public class EntityListener implements Listener {
}
// Zombie/skeleton combustion from the sun.
@EventHandler(priority = EventPriority.HIGH)
@EventHandler(priority = EventPriority.NORMAL)
public void onEntityCombust(EntityCombustEvent event) {
GameWorld gworld = GameWorld.get(event.getEntity().getWorld());
if (gworld != null) {