From ec3763ffc4524d76f2ca0f9c4169afd70131ec6d Mon Sep 17 00:00:00 2001 From: ALongStringOfNumbers Date: Sat, 13 Mar 2021 23:40:07 -0700 Subject: [PATCH] Adjust comment --- src/main/java/gregtech/api/util/GTFluidUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {