Skip to content

Commit

Permalink
Stop filling multiple fluid slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed May 26, 2021
1 parent d659ad8 commit fd8a439
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public long insert(Fluid fluid, long amount, Transaction tx, Predicate<Configura
if (lockSlots) {
stack.enableMachineLock(fluid);
}

return inserted;
}

return inserted;
}
}
}
Expand Down

0 comments on commit fd8a439

Please sign in to comment.