Continue the attempting to be killing the bug with the fire...
This commit is contained in:
parent
6ffb64b740
commit
999fe7719f
1 changed files with 4 additions and 1 deletions
|
@ -179,7 +179,10 @@ public class FluidNetwork extends DynamicNetwork<IFluidHandler, FluidNetwork>
|
||||||
remaining--;
|
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