Fixed an impossible crash

This commit is contained in:
Aidan C. Brady 2015-02-19 16:53:06 -05:00
parent 0310cc6f14
commit 1e78cbf60e

View file

@ -197,7 +197,7 @@ public class PartLogisticalTransporter extends PartSidedPipe implements ILogisti
{ {
if(!stack.initiatedPath) if(!stack.initiatedPath)
{ {
if(!recalculate(stack, null)) if(stack.itemStack == null || !recalculate(stack, null))
{ {
remove.add(stack); remove.add(stack);
continue; continue;