Skip to content

Commit

Permalink
Merge pull request #3756 from MegaMek/unit_selector_tech_level
Browse files Browse the repository at this point in the history
Unit selector filtering
  • Loading branch information
SJuliez authored Sep 8, 2023
2 parents 48b1432 + 4e8c2d8 commit 73b7e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MekHQ/src/mekhq/gui/dialog/MekHQUnitSelectorDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void updateOptionValues() {
allowedYear = campaign.getGameYear();
canonOnly = campaign.getCampaignOptions().isAllowCanonOnly();
gameTechLevel = campaign.getCampaignOptions().getTechLevel();
eraBasedTechLevel = campaign.getCampaignOptions().isVariableTechLevel();

if (campaign.getCampaignOptions().isAllowClanPurchases() && campaign.getCampaignOptions().isAllowISPurchases()) {
techLevelDisplayType = TECH_LEVEL_DISPLAY_IS_CLAN;
Expand Down

0 comments on commit 73b7e36

Please sign in to comment.