CraftBukkit/nms-patches/PathfinderGoalDefendVillage.patch
2014-11-28 16:54:14 -06:00

10 lines
259 B
Diff

@@ -32,7 +32,7 @@
}
public void c() {
- this.a.setGoalTarget(this.b);
+ this.a.setGoalTarget(this.b, org.bukkit.event.entity.EntityTargetEvent.TargetReason.DEFEND_VILLAGE, true); // CraftBukkit - reason
super.c();
}
}