Skip to content

Commit

Permalink
Don't reassign armor when updating BA tech level.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Jan 31, 2024
1 parent 253e8ce commit 75f08c6
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 75f08c6

Please sign in to comment.