Fixed an impossible crash
This commit is contained in:
parent
0310cc6f14
commit
1e78cbf60e
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ public class PartLogisticalTransporter extends PartSidedPipe implements ILogisti
|
|||
{
|
||||
if(!stack.initiatedPath)
|
||||
{
|
||||
if(!recalculate(stack, null))
|
||||
if(stack.itemStack == null || !recalculate(stack, null))
|
||||
{
|
||||
remove.add(stack);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue