geforkt von Mirrors/Paper
Fix missed refactoring in EntityWither
Dieser Commit ist enthalten in:
Ursprung
1a6a828156
Commit
3404318bc5
@ -270,7 +270,7 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
|
|||||||
int j3 = this.world.getData(j2, k2, l2);
|
int j3 = this.world.getData(j2, k2, l2);
|
||||||
|
|
||||||
// CraftBukkit start
|
// 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;
|
continue;
|
||||||
}
|
}
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren