summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalDefendVillage.patch
blob: e039b230ea43252d99ee62e9490b0e1fe1fcaf09 (plain)
1
2
3
4
5
6
7
8
9
@@ -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();
     }
 }