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.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/nms-patches/PathfinderGoalHurtByTarget.patch b/nms-patches/PathfinderGoalHurtByTarget.patch
index e3855668..cb3fcfd8 100644
--- a/nms-patches/PathfinderGoalHurtByTarget.patch
+++ b/nms-patches/PathfinderGoalHurtByTarget.patch
@@ -1,15 +1,15 @@
--- a/net/minecraft/server/PathfinderGoalHurtByTarget.java
+++ b/net/minecraft/server/PathfinderGoalHurtByTarget.java
-@@ -23,7 +23,7 @@
+@@ -24,7 +24,7 @@
}
public void c() {
- 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.b = this.e.be();
- if (this.a) {
- double d0 = this.f();
-@@ -58,6 +58,6 @@
+ this.g = this.e.getGoalTarget();
+ this.b = this.e.bH();
+ this.h = 300;
+@@ -61,6 +61,6 @@
}
protected void a(EntityCreature entitycreature, EntityLiving entityliving) {