Paper/nms-patches/PathfinderGoalDefendVillage.patch

10 Zeilen
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();
}
}