add ignoreCancelled = true
This commit is contained in:
parent
d4d7ac4e6b
commit
6f35aabf2e
|
|
@ -812,7 +812,7 @@ public class BlockEventHandler implements Listener
|
||||||
}
|
}
|
||||||
|
|
||||||
//Stop projectiles from destroying blocks that don't fire a proper event
|
//Stop projectiles from destroying blocks that don't fire a proper event
|
||||||
@EventHandler
|
@EventHandler(ignoreCancelled = true)
|
||||||
private void chorusFlower(ProjectileHitEvent event)
|
private void chorusFlower(ProjectileHitEvent event)
|
||||||
{
|
{
|
||||||
//don't track in worlds where claims are not enabled
|
//don't track in worlds where claims are not enabled
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user