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

Commit

Permalink
fix copypaste error
Browse files Browse the repository at this point in the history
Former-commit-id: 1f0bdace8878d4cd9ce43e69e550937f5975c2cb
  • Loading branch information
Glease committed Feb 29, 2024
1 parent 876105a commit 0723cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack a

// check each layer
while (this.mHeight < 12) {
if (!checkPiece(STRUCTURE_PIECE_LAYER, 1, mHeight, 0)) {
if (!checkPiece(STRUCTURE_PIECE_LAYER, 1, mHeight * 5, 0)) {
return false;
}
if (this.mOutputHatchesByLayer.size() < this.mHeight
Expand Down

0 comments on commit 0723cab

Please sign in to comment.