summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockStationary.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockStationary.patch')
-rw-r--r--nms-patches/BlockStationary.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/nms-patches/BlockStationary.patch b/nms-patches/BlockStationary.patch
index 4f9bbe20..02a516fd 100644
--- a/nms-patches/BlockStationary.patch
+++ b/nms-patches/BlockStationary.patch
@@ -23,11 +23,9 @@
world.setTypeUpdate(blockposition1, Blocks.FIRE.getBlockData());
return;
}
-@@ -60,7 +69,16 @@
- return;
+@@ -61,6 +70,14 @@
}
-+ // PAIL: rename
if (world.isEmpty(blockposition2.up()) && this.d(world, blockposition2)) {
+ // CraftBukkit start - Prevent lava putting something on fire
+ BlockPosition up = blockposition2.up();