From 18ad8c59380c3e0861503ac2400fb135461f3659 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Mon, 8 Sep 2014 13:55:28 -0500 Subject: [PATCH] Fix CME when Updating P2P Tunnel. --- fmp/CableBusPart.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmp/CableBusPart.java b/fmp/CableBusPart.java index 162eb3e10..a59cc7857 100644 --- a/fmp/CableBusPart.java +++ b/fmp/CableBusPart.java @@ -532,7 +532,7 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds ((TIInventoryTile) tile()).rebuildSlotMap(); if ( world() != null && world().blockExists( x(), y(), z() ) && !CableBusContainer.isLoading() ) - world().notifyBlocksOfNeighborChange( x(), y(), z(), Platform.air ); + Platform.notifyBlocksOfNeighbors(world(), x(), y(), z() ); } // @Override