mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 05:31:32 +01:00
Fix issue with last patch.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f4888a28c5
commit
1ea9b3c75f
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@
|
||||||
+ if (entity instanceof EntityBoat && !org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(entity, blockposition.getX(), blockposition.getY(), blockposition.getZ(), Blocks.AIR, 0).isCancelled()) { // CraftBukkit
|
+ if (entity instanceof EntityBoat && !org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(entity, blockposition.getX(), blockposition.getY(), blockposition.getZ(), Blocks.AIR, 0).isCancelled()) { // CraftBukkit
|
||||||
world.setAir(new BlockPosition(blockposition), true);
|
world.setAir(new BlockPosition(blockposition), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue