mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-23 07:51:52 +01:00
Fix missed refactoring in EntityWither
This commit is contained in:
parent
1a6a828156
commit
3404318bc5
@ -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 New Issue
Block a user