summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockObserver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockObserver.patch')
-rw-r--r--nms-patches/BlockObserver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockObserver.patch b/nms-patches/BlockObserver.patch
index 592fe5ac..f3bf60c4 100644
--- a/nms-patches/BlockObserver.patch
+++ b/nms-patches/BlockObserver.patch
@@ -26,5 +26,5 @@
+ }
+ // CraftBukkit end
world.setTypeAndData(blockposition, (IBlockData) iblockdata.set(BlockObserver.b, true), 2);
- world.J().a(blockposition, this, 2);
+ world.getBlockTickList().a(blockposition, this, 2);
}