diff --git a/src/main/java/gregtech/api/util/GTFluidUtils.java b/src/main/java/gregtech/api/util/GTFluidUtils.java index dd4260091a..8076f63070 100644 --- a/src/main/java/gregtech/api/util/GTFluidUtils.java +++ b/src/main/java/gregtech/api/util/GTFluidUtils.java @@ -24,8 +24,7 @@ public static int transferFluids(@Nonnull IFluidHandler sourceHandler, @Nonnull } /** - Used to void fluids through the fluid voiding filter before transferring any non voided fluids into a neighboring fluid handler - destHandler is an array of fluid handlers, with the handler of the voiding fluid cover first + Used to transfer fluids from a source to multiple destinations. Each destination can have a separate fluid filter applied. **/ public static int transferFluidsToMultipleHandlers(@Nonnull IFluidHandler sourceHandler, @Nonnull List>> transferTuple, int transferLimit) {