Merge branch 'master' into development

This commit is contained in:
Aidan C. Brady 2015-02-19 16:53:15 -05:00
commit a9a506fe4a

View file

@ -170,7 +170,7 @@ public class PartLogisticalTransporter extends PartTransmitter<InventoryNetwork>
{
if(!stack.initiatedPath)
{
if(!recalculate(stack, null))
if(stack.itemStack == null || !recalculate(stack, null))
{
remove.add(stack);
continue;