diff --git a/nms-patches/net/minecraft/world/entity/player/EntityHuman.patch b/nms-patches/net/minecraft/world/entity/player/EntityHuman.patch index 50b7e30ae..e0e27cae6 100644 --- a/nms-patches/net/minecraft/world/entity/player/EntityHuman.patch +++ b/nms-patches/net/minecraft/world/entity/player/EntityHuman.patch @@ -280,7 +280,7 @@ + // CraftBukkit start + DamageSource damagesource = this.damageSources().playerAttack(this); -+ if (CraftEventFactory.handleNonLivingEntityDamageEvent(this, damagesource, f1, false)) { ++ if (CraftEventFactory.handleNonLivingEntityDamageEvent(entity, damagesource, f1, false)) { + return; + } + // CraftBukkit end