Make AreaEffectCloudApplyEvent cancellable

This commit is contained in:
bermudalocket 2019-02-07 00:40:41 -05:00
parent c7ba97906c
commit 2b1940ae24

View File

@ -52,7 +52,7 @@
+ }
+ }
+ org.bukkit.event.entity.AreaEffectCloudApplyEvent event = org.bukkit.craftbukkit.event.CraftEventFactory.callAreaEffectCloudApplyEvent(this, entities);
+ if (true) { // Preserve NMS spacing and bracket count for smallest diff
+ if (!event.isCancelled()) {
+ for (LivingEntity entity : event.getAffectedEntities()) {
+ if (entity instanceof CraftLivingEntity) {
+ EntityLiving entityliving = ((CraftLivingEntity) entity).getHandle();