diff --git a/paper-server/nms-patches/EntityEnderCrystal.patch b/paper-server/nms-patches/EntityEnderCrystal.patch index 099a8042fe..a8997bc4e2 100644 --- a/paper-server/nms-patches/EntityEnderCrystal.patch +++ b/paper-server/nms-patches/EntityEnderCrystal.patch @@ -30,7 +30,7 @@ } else { if (!this.dead && !this.world.isClientSide) { + // CraftBukkit start - All non-living entities need this -+ if (CraftEventFactory.handleNonLivingEntityDamageEvent(this, damagesource, f)) { ++ if (CraftEventFactory.handleNonLivingEntityDamageEvent(this, damagesource, f, false)) { + return false; + } + // CraftBukkit end