mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Fixed some enchantments not setting mobs on fire
This commit is contained in:
parent
3d8dceec87
commit
ff69271216
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user