Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 27, 2024
1 parent 577cf71 commit b0ef9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public ArrayList<FluidStack> getStoredFluids() {
}
}
} else if (tHatch instanceof GT_MetaTileEntity_Hatch_Input_ME) {
if (isValidMetaTileEntity(tHatch)) {
if (tHatch.isValid()) {
for (FluidStack fluidStack : ((GT_MetaTileEntity_Hatch_Input_ME) tHatch).getStoredFluids()) {
if (fluidStack == null) continue;
rList.add(fluidStack);
Expand Down

0 comments on commit b0ef9ce

Please sign in to comment.