Skip to content

Commit

Permalink
No spots
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Dec 11, 2023
1 parent 79836c3 commit c23985d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package net.neoforged.neoforge.fluids.capability.wrappers;

import com.google.common.math.IntMath;
import java.util.Objects;
import net.minecraft.core.BlockPos;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.block.Blocks;
Expand Down Expand Up @@ -118,7 +117,6 @@ public FluidStack drain(FluidStack resource, FluidAction action) {
}
}


@Override
public FluidStack drain(int maxDrain, FluidAction action) {
if (maxDrain <= 0) {
Expand Down

0 comments on commit c23985d

Please sign in to comment.