Skip to content

Commit 9ae8103

Browse files
committed
really
1 parent 3f4db58 commit 9ae8103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/common/covers/filter/readers/SimpleFluidFilterReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public int getCapacity() {
156156
@Override
157157
public int fill(FluidStack resource, boolean doFill) {
158158
// todo this class amd filter readers really should not be handling show amount
159-
// in a future pr
159+
// in a future pr
160160
if (isEmpty() || !getFluid().isFluidEqual(resource)) {
161161
setFluid(resource);
162162
if (!shouldShowAmount()) setFluidAmount(1);

0 commit comments

Comments
 (0)