Skip to content

Commit

Permalink
Merge pull request #1409 from MegaMek/ba_armor_unassigned
Browse files Browse the repository at this point in the history
Don't reassign armor when updating BA tech level
  • Loading branch information
SJuliez authored Feb 1, 2024
2 parents 253e8ce + 75f08c6 commit 9a89d61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ public void updateTechLevel() {
!= getBattleArmor().getArmorTechLevel(BattleArmor.LOC_SQUAD))) {
armorTypeChanged(armor);
}
armorTypeChanged(panArmor.getArmor());
addAllListeners();
refresh.refreshPreview();
}
Expand Down

0 comments on commit 9a89d61

Please sign in to comment.