mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-18 13:53:49 -07:00
@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/EntityEvokerFangs.java
|
||||
+++ b/net/minecraft/server/EntityEvokerFangs.java
|
||||
@@ -111,7 +111,9 @@
|
||||
@@ -114,7 +114,9 @@
|
||||
|
||||
if (entityliving.isAlive() && !entityliving.bl() && entityliving != entityliving1) {
|
||||
if (entityliving.isAlive() && !entityliving.isInvulnerable() && entityliving != entityliving1) {
|
||||
if (entityliving1 == null) {
|
||||
+ org.bukkit.craftbukkit.event.CraftEventFactory.entityDamage = this; // CraftBukkit
|
||||
entityliving.damageEntity(DamageSource.MAGIC, 6.0F);
|
||||
|
Reference in New Issue
Block a user