add ignoreCancelled = true

This commit is contained in:
RoboMWM 2019-08-31 21:07:48 -07:00
parent d4d7ac4e6b
commit 6f35aabf2e

View File

@ -812,7 +812,7 @@ public class BlockEventHandler implements Listener
}
//Stop projectiles from destroying blocks that don't fire a proper event
@EventHandler
@EventHandler(ignoreCancelled = true)
private void chorusFlower(ProjectileHitEvent event)
{
//don't track in worlds where claims are not enabled