summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalHurtByTarget.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PathfinderGoalHurtByTarget.patch')
-rw-r--r--nms-patches/PathfinderGoalHurtByTarget.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/PathfinderGoalHurtByTarget.patch b/nms-patches/PathfinderGoalHurtByTarget.patch
index c928c892..bf9f1666 100644
--- a/nms-patches/PathfinderGoalHurtByTarget.patch
+++ b/nms-patches/PathfinderGoalHurtByTarget.patch
@@ -7,9 +7,9 @@
- this.e.setGoalTarget(this.e.getLastDamager());
+ this.e.setGoalTarget(this.e.getLastDamager(), org.bukkit.event.entity.EntityTargetEvent.TargetReason.TARGET_ATTACKED_ENTITY, true); // CraftBukkit - reason
this.g = this.e.getGoalTarget();
- this.b = this.e.bI();
+ this.b = this.e.bK();
this.h = 300;
-@@ -61,6 +61,6 @@
+@@ -66,6 +66,6 @@
}
protected void a(EntityCreature entitycreature, EntityLiving entityliving) {