mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
Fix missed refactoring in EntityWither
This commit is contained in:
parent
1a6a828156
commit
3404318bc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue