Fixed Bug: #0834 - AE2 Cable ond/or Bus on Interface Terminal

This commit is contained in:
AlgorithmX2 2014-08-07 09:34:53 -05:00
parent aef2396adc
commit 48b99e49b4

View file

@ -1066,6 +1066,9 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
if ( g != null ) if ( g != null )
what = g; what = g;
} }
if ( what.getItem() != null )
return what.getUnlocalizedName();
} }
} }
} }
@ -1073,9 +1076,6 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
{ {
badBlocks.add( blk ); // nope! badBlocks.add( blk ); // nope!
} }
if ( what.getItem() != null )
return what.getUnlocalizedName();
} }
return "Nothing"; return "Nothing";