Continue the attempting to be killing the bug with the fire...
This commit is contained in:
parent
26cf0ee925
commit
7aa2617a96
1 changed files with 4 additions and 1 deletions
|
@ -179,7 +179,10 @@ public class FluidNetwork extends DynamicNetwork<IFluidHandler, FluidNetwork>
|
|||
remaining--;
|
||||
}
|
||||
|
||||
fluidSent += acceptor.fill(acceptorDirections.get(acceptor).getOpposite(), new FluidStack(fluidToSend.fluidID, currentSending), doTransfer);
|
||||
if(acceptorDirections.get(acceptor) != null && fluidToSend != null)
|
||||
{
|
||||
fluidSent += acceptor.fill(acceptorDirections.get(acceptor).getOpposite(), new FluidStack(fluidToSend.fluidID, currentSending), doTransfer);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue