Fix missed refactoring in EntityWither

This commit is contained in:
Wesley Wolfe 2012-11-30 17:50:09 -06:00
parent 1a6a828156
commit 3404318bc5

View file

@ -270,7 +270,7 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
int j3 = this.world.getData(j2, k2, l2);
// CraftBukkit start
if (org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(this, j2, k2, l2, 0).isCancelled()) {
if (org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(this, j2, k2, l2, 0, 0).isCancelled()) {
continue;
}
// CraftBukkit end