mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 01:25:03 +01:00
a8ddf37419
By: GunfighterJ <joseph.jenniges@gmail.com>
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();
|
|
}
|
|
}
|