set ignoreCancelled to false for damage manager event

This commit is contained in:
Indyuce 2019-08-29 11:18:47 +02:00
parent ebb8cfa16a
commit fcabecae7e

View File

@ -114,7 +114,7 @@ public class DamageManager implements Listener {
}
}
@EventHandler(priority = EventPriority.MONITOR)
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = false)
public void a(EntityDamageByEntityEvent event) {
removeDamaged(event.getEntity());
}