parent
9f55519528
commit
591313df43
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ public class PipeTransportFluids extends PipeTransport implements IFluidHandler
|
|||
private void moveFluids() {
|
||||
short newTimeSlot = (short) (container.getWorldObj().getTotalWorldTime() % travelDelay);
|
||||
|
||||
short outputCount = computeCurrentConnectionStatesAndTickFlows(newTimeSlot);
|
||||
short outputCount = computeCurrentConnectionStatesAndTickFlows(newTimeSlot > 0 ? newTimeSlot : 0);
|
||||
moveFromPipe(outputCount);
|
||||
moveFromCenter(outputCount);
|
||||
moveToCenter();
|
||||
|
|
Loading…
Reference in a new issue