Merge branch 'master' into development

This commit is contained in:
Aidan C. Brady 2015-02-17 21:35:01 -05:00
commit f320aa4337

View file

@ -337,7 +337,7 @@ public class PartLogisticalTransporter extends PartTransmitter<InventoryNetwork>
if(tile instanceof IInventory) if(tile instanceof IInventory)
{ {
IInventory inv = (IInventory)tile; IInventory inv = (IInventory)tile;
InvStack stack = InventoryUtils.takeTopItem(inv, side.getOpposite().ordinal()); InvStack stack = InventoryUtils.takeTopItem(inv, side.ordinal());
if(stack != null && stack.getStack() != null) if(stack != null && stack.getStack() != null)
{ {