mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +01:00
set ignoreCancelled to false for damage manager event
This commit is contained in:
parent
ebb8cfa16a
commit
fcabecae7e
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user