Skip to content

Commit 04bf6fd

Browse files
committed
Remove sterile cleaning from the cleaning maintenance hatch (forgot to remove after testing)
1 parent f369767 commit 04bf6fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityCleaningMaintenanceHatch.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class MetaTileEntityCleaningMaintenanceHatch extends MetaTileEntityAutoMa
3535

3636
static {
3737
CLEANED_TYPES.add(CleanroomType.CLEANROOM);
38-
CLEANED_TYPES.add(CleanroomType.STERILE_CLEANROOM);
3938
}
4039

4140
// must come after the static block

0 commit comments

Comments
 (0)