We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae8103 commit 1caad4eCopy full SHA for 1caad4e
src/main/java/gregtech/common/covers/filter/readers/SimpleFluidFilterReader.java
@@ -155,7 +155,7 @@ public int getCapacity() {
155
@SuppressWarnings("DataFlowIssue")
156
@Override
157
public int fill(FluidStack resource, boolean doFill) {
158
- // todo this class amd filter readers really should not be handling show amount
+ // todo this class and filter readers really should not be handling show amount
159
// in a future pr
160
if (isEmpty() || !getFluid().isFluidEqual(resource)) {
161
setFluid(resource);
0 commit comments