mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-05 16:49:30 +00:00
9 lines
259 B
Diff
9 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();
|
|
}
|
|
}
|