Skip to content

Commit f77e523

Browse files
Adjust comment
1 parent ea01919 commit f77e523

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/gregtech/api/util/GTFluidUtils.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public static int transferFluids(@Nonnull IFluidHandler sourceHandler, @Nonnull
2424
}
2525

2626
/**
27-
Used to void fluids through the fluid voiding filter before transferring any non voided fluids into a neighboring fluid handler
28-
destHandler is an array of fluid handlers, with the handler of the voiding fluid cover first
27+
Used to transfer fluids from a source to multiple destinations. Each destination can have a separate fluid filter applied.
2928
**/
3029
public static int transferFluidsToMultipleHandlers(@Nonnull IFluidHandler sourceHandler, @Nonnull List<Tuple<IFluidHandler, Predicate<FluidStack>>> transferTuple, int transferLimit) {
3130

0 commit comments

Comments
 (0)