summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntitySmallFireball.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntitySmallFireball.patch')
-rw-r--r--nms-patches/EntitySmallFireball.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntitySmallFireball.patch b/nms-patches/EntitySmallFireball.patch
index 46d5a041..61eae8ba 100644
--- a/nms-patches/EntitySmallFireball.patch
+++ b/nms-patches/EntitySmallFireball.patch
@@ -45,7 +45,7 @@
- if (flag) {
+ // CraftBukkit start
+ if (isIncendiary) {
- BlockPosition blockposition = movingobjectposition.a().shift(movingobjectposition.direction);
+ BlockPosition blockposition = movingobjectposition.getBlockPosition().shift(movingobjectposition.direction);
if (this.world.isEmpty(blockposition)) {
- this.world.setTypeUpdate(blockposition, Blocks.FIRE.getBlockData());