mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
12 lines
527 B
Diff
12 lines
527 B
Diff
--- /home/matt/mc-dev-private//net/minecraft/server/PathfinderGoalNearestAttackableTargetInsentient.java 2015-02-26 22:40:22.951608135 +0000
|
|
+++ src/main/java/net/minecraft/server/PathfinderGoalNearestAttackableTargetInsentient.java 2015-02-26 22:40:22.955608135 +0000
|
|
@@ -68,7 +68,7 @@
|
|
}
|
|
|
|
public void c() {
|
|
- this.b.setGoalTarget(this.e);
|
|
+ this.b.setGoalTarget(this.e, org.bukkit.event.entity.EntityTargetEvent.TargetReason.CLOSEST_ENTITY, true); // CraftBukkit - reason
|
|
super.c();
|
|
}
|
|
|