geforkt von Mirrors/Paper
a8ddf37419
By: GunfighterJ <joseph.jenniges@gmail.com>
10 Zeilen
264 B
Diff
10 Zeilen
264 B
Diff
@@ -59,7 +59,7 @@
|
|
}
|
|
|
|
public void c() {
|
|
- this.b.setGoalTarget(this.e);
|
|
+ this.b.setGoalTarget(this.e, org.bukkit.event.entity.EntityTargetEvent.TargetReason.CLOSEST_PLAYER, true); // CraftBukkit - added reason
|
|
super.c();
|
|
}
|
|
|