Paper/nms-patches/PathfinderGoalNearestAttackableTarget.patch

10 lines
259 B
Diff
Raw Normal View History

@@ -48,7 +48,7 @@
}
public void c() {
- this.e.setGoalTarget(this.d);
+ this.e.setGoalTarget(this.d, org.bukkit.event.entity.EntityTargetEvent.TargetReason.CLOSEST_PLAYER, true); // Craftbukkit - reason
super.c();
}
}