Refined Pipes

Refined Pipes

6M Downloads

Potential Non-Issue With Network Split

aminesebastian opened this issue ยท 2 comments

commented

Hello!

Feel free to insta-close this issue if it's not a real issue, but I was looking through the code trying to learn from it when I noticed this check here. Should this be checking the origin against the adjacent instead?

if (originPipe.getNetwork() != originPipe.getNetwork()) {

commented

Made a PR (#25) if this is indeed an issue :D

commented

Thank you!