NeoTech

NeoTech

2M Downloads

Fluid interface pipes are pushing null fluidstacks

bdew opened this issue ยท 1 comments

commented

If a fluid interface pipe is connected to a tank that doesn't allow draining and it returns null from drain(...) you should check that and not call fill(...) on other tanks with it.

I'm ensuring there's a null check everywhere in my mods, but it will probably cause issues for others as well. And the call is pointless.

commented

No problem, recently rewrote the whole thing and forgot to readd that. Thanks for the help