From 6470560480d8c56cd3a4b567821f354f27b519c0 Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 30 Jun 2016 14:47:05 +1000 Subject: [PATCH] SPIGOT-1264: Spurious BlockFadeEvent --- nms-patches/BlockFire.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nms-patches/BlockFire.patch b/nms-patches/BlockFire.patch index 2e7ea0a420..2c6895daab 100644 --- a/nms-patches/BlockFire.patch +++ b/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) {