summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalDefendVillage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PathfinderGoalDefendVillage.patch')
-rw-r--r--nms-patches/PathfinderGoalDefendVillage.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/PathfinderGoalDefendVillage.patch b/nms-patches/PathfinderGoalDefendVillage.patch
new file mode 100644
index 00000000..2f2260c3
--- /dev/null
+++ b/nms-patches/PathfinderGoalDefendVillage.patch
@@ -0,0 +1,11 @@
+--- ../work/decompile-bb26c12b/net/minecraft/server/PathfinderGoalDefendVillage.java 2014-11-27 08:59:46.821421318 +1100
++++ src/main/java/net/minecraft/server/PathfinderGoalDefendVillage.java 2014-11-27 08:42:10.172850872 +1100
+@@ -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();
+ }
+ }