mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 06:40:19 +08:00
12 lines
564 B
Diff
12 lines
564 B
Diff
|
--- ../work/decompile-bb26c12b/net/minecraft/server/PathfinderGoalOwnerHurtTarget.java 2014-11-27 08:59:46.837421248 +1100
|
||
|
+++ src/main/java/net/minecraft/server/PathfinderGoalOwnerHurtTarget.java 2014-11-27 08:42:10.144850927 +1100
|
||
|
@@ -30,7 +30,7 @@
|
||
|
}
|
||
|
|
||
|
public void c() {
|
||
|
- this.e.setGoalTarget(this.b);
|
||
|
+ this.e.setGoalTarget(this.b, org.bukkit.event.entity.EntityTargetEvent.TargetReason.OWNER_ATTACKED_TARGET, true); // CraftBukkit - reason
|
||
|
EntityLiving entityliving = this.a.getOwner();
|
||
|
|
||
|
if (entityliving != null) {
|