summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityMonster.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityMonster.patch')
-rw-r--r--nms-patches/EntityMonster.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/EntityMonster.patch b/nms-patches/EntityMonster.patch
index 239b5701..0a19ca7d 100644
--- a/nms-patches/EntityMonster.patch
+++ b/nms-patches/EntityMonster.patch
@@ -8,7 +8,7 @@
public abstract class EntityMonster extends EntityCreature implements IMonster {
public EntityMonster(World world) {
-@@ -79,7 +81,14 @@
+@@ -75,7 +77,14 @@
int j = EnchantmentManager.getFireAspectEnchantmentLevel(this);
if (j > 0) {
@@ -23,4 +23,4 @@
+ // CraftBukkit end
}
- this.a((EntityLiving) this, entity);
+ if (entity instanceof EntityHuman) {