From 48b99e49b4267761543eee84956773e1615f1b21 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Thu, 7 Aug 2014 09:34:53 -0500 Subject: [PATCH] Fixed Bug: #0834 - AE2 Cable ond/or Bus on Interface Terminal --- helpers/DualityInterface.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/DualityInterface.java b/helpers/DualityInterface.java index 698eaee1..7e5df94f 100644 --- a/helpers/DualityInterface.java +++ b/helpers/DualityInterface.java @@ -1066,6 +1066,9 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt if ( g != null ) what = g; } + + if ( what.getItem() != null ) + return what.getUnlocalizedName(); } } } @@ -1073,9 +1076,6 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt { badBlocks.add( blk ); // nope! } - - if ( what.getItem() != null ) - return what.getUnlocalizedName(); } return "Nothing";