summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityEvokerFangs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityEvokerFangs.patch')
-rw-r--r--nms-patches/EntityEvokerFangs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nms-patches/EntityEvokerFangs.patch b/nms-patches/EntityEvokerFangs.patch
new file mode 100644
index 00000000..0e392ed5
--- /dev/null
+++ b/nms-patches/EntityEvokerFangs.patch
@@ -0,0 +1,12 @@
+--- a/net/minecraft/server/EntityEvokerFangs.java
++++ b/net/minecraft/server/EntityEvokerFangs.java
+@@ -108,7 +108,9 @@
+
+ if (entityliving.isAlive() && !entityliving.be() && entityliving != entityliving1) {
+ if (entityliving1 == null) {
++ org.bukkit.craftbukkit.event.CraftEventFactory.entityDamage = this; // CraftBukkit
+ entityliving.damageEntity(DamageSource.MAGIC, 6.0F);
++ org.bukkit.craftbukkit.event.CraftEventFactory.entityDamage = null; // CraftBukkit
+ } else {
+ if (entityliving1.r(entityliving)) {
+ return;