Skip to content

Commit

Permalink
Don't attempt alternate armor grouping for superheavy naval because i…
Browse files Browse the repository at this point in the history
…t doesn't work
  • Loading branch information
pavelbraginskiy committed Sep 5, 2024
1 parent e8b10e9 commit 7fa3a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megameklab/src/megameklab/printing/PrintTank.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected String formatRun() {

@Override
protected boolean supportsAlternateArmorGrouping() {
return true;
return !(tank.isNaval() && tank.isSuperHeavy());
}

@Override
Expand Down

0 comments on commit 7fa3a50

Please sign in to comment.