mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 12:02:36 +01:00
6956c3298f
This reverts commit a8ddf37419
.
By: Thinkofdeath <thinkofdeath@spigotmc.org>
11 lines
509 B
Diff
11 lines
509 B
Diff
--- ../work/decompile-8eb82bde//net/minecraft/server/PathfinderGoalNearestAttackableTarget.java 2014-11-28 17:43:43.297707431 +0000
|
|
+++ src/main/java/net/minecraft/server/PathfinderGoalNearestAttackableTarget.java 2014-11-28 17:38:23.000000000 +0000
|
|
@@ -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();
|
|
}
|
|
}
|