Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
why return in middle of loop? ? ? (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeiTianyou authored May 4, 2024
1 parent da8f8e7 commit fce9343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void fillfrompipe() {
if (te[i] != null) {
IEssentiaTransport pipe = (IEssentiaTransport) te[i];
if (!pipe.canOutputTo(ForgeDirection.VALID_DIRECTIONS[i])) {
return;
continue;
}
if ((pipe.getEssentiaType(ForgeDirection.VALID_DIRECTIONS[i].getOpposite()) != null)
&& (pipe.getSuctionAmount(ForgeDirection.VALID_DIRECTIONS[i])
Expand Down

0 comments on commit fce9343

Please sign in to comment.