From 935349e3a39e3d39403afef0e750710fdc396d2a Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 6 Mar 2016 21:42:34 +1100 Subject: [PATCH] Fix issue with last patch. --- nms-patches/BlockWaterLily.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nms-patches/BlockWaterLily.patch b/nms-patches/BlockWaterLily.patch index 30f32ef91f..1b10f8776c 100644 --- a/nms-patches/BlockWaterLily.patch +++ b/nms-patches/BlockWaterLily.patch @@ -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 world.setAir(new BlockPosition(blockposition), true); } - +