Merge branch 'master' into development
This commit is contained in:
commit
f320aa4337
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ public class PartLogisticalTransporter extends PartTransmitter<InventoryNetwork>
|
|||
if(tile instanceof IInventory)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue