Merge remote-tracking branch 'origin/mc1.9.4' into mc1.9.4

This commit is contained in:
Raoul Van den Berge
2016-06-19 17:28:42 +02:00

View File

@@ -81,7 +81,7 @@ public abstract class TileMachine extends TileBase implements ISynchronizedConta
}
public void onConnected(World world, TileController controller) {
if (tryConnect(controller)) {
if (tryConnect(controller) && block != null) {
world.notifyNeighborsOfStateChange(pos, block);
}
}