summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-06-30 14:47:05 +1000
committermd_5 <git@md-5.net>2016-06-30 14:47:05 +1000
commit6470560480d8c56cd3a4b567821f354f27b519c0 (patch)
treee096cfc0055a01c5e168baed9c3196364b1fec89
parent37d08c52ca99cd748793ca715bffbb1c5c60825e (diff)
downloadcraftbukkit-6470560480d8c56cd3a4b567821f354f27b519c0.tar
craftbukkit-6470560480d8c56cd3a4b567821f354f27b519c0.tar.gz
craftbukkit-6470560480d8c56cd3a4b567821f354f27b519c0.tar.lz
craftbukkit-6470560480d8c56cd3a4b567821f354f27b519c0.tar.xz
craftbukkit-6470560480d8c56cd3a4b567821f354f27b519c0.zip
SPIGOT-1264: Spurious BlockFadeEvent
-rw-r--r--nms-patches/BlockFire.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/nms-patches/BlockFire.patch b/nms-patches/BlockFire.patch
index 2e7ea0a4..2c6895da 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) {