diff --git a/nms-patches/EntityLiving.patch b/nms-patches/EntityLiving.patch index 9763ca8f50..9492a98a97 100644 --- a/nms-patches/EntityLiving.patch +++ b/nms-patches/EntityLiving.patch @@ -670,7 +670,7 @@ + Entity entity = damagesource.j(); + + if (entity instanceof EntityLiving) { -+ this.c((EntityLiving) entity); ++ this.d((EntityLiving) entity); + } + }