summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockDiodeAbstract.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockDiodeAbstract.patch')
-rw-r--r--nms-patches/BlockDiodeAbstract.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockDiodeAbstract.patch b/nms-patches/BlockDiodeAbstract.patch
index 8b0ee45d..2ecd9be0 100644
--- a/nms-patches/BlockDiodeAbstract.patch
+++ b/nms-patches/BlockDiodeAbstract.patch
@@ -27,4 +27,4 @@
+ // CraftBukkit end
world.setTypeAndData(blockposition, (IBlockData) iblockdata.set(BlockDiodeAbstract.c, true), 2);
if (!flag1) {
- world.J().a(blockposition, this, this.k(iblockdata), TickListPriority.HIGH);
+ world.getBlockTickList().a(blockposition, this, this.k(iblockdata), TickListPriority.HIGH);