From 66392c6d7853f7831251afd3b6e1f59c4e326a25 Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Thu, 30 Jun 2016 14:47:05 +1000 Subject: [PATCH] SPIGOT-1264: Spurious BlockFadeEvent By: md_5 --- paper-server/nms-patches/BlockFire.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/paper-server/nms-patches/BlockFire.patch b/paper-server/nms-patches/BlockFire.patch index 2e7ea0a420..2c6895daab 100644 --- a/paper-server/nms-patches/BlockFire.patch +++ b/paper-server/nms-patches/BlockFire.patch @@ -94,15 +94,6 @@ if (random.nextInt(j + 10) < 5 && !world.isRainingAt(blockposition)) { int l = j + random.nextInt(5) / 4; -@@ -219,7 +255,7 @@ - - world.setTypeAndData(blockposition, this.getBlockData().set(BlockFire.AGE, Integer.valueOf(l)), 3); - } else { -- world.setAir(blockposition); -+ fireExtinguished(world, blockposition); // CraftBukkit - } - - if (iblockdata.getBlock() == Blocks.TNT) { @@ -276,7 +312,7 @@ public void a(IBlockData iblockdata, World world, BlockPosition blockposition, Block block) {