Skip to content

Commit

Permalink
Merge pull request #5168 from IllianiCBT/stratCon_reinforcementDisplay
Browse files Browse the repository at this point in the history
[FG3] StratCon will No Longer Display GBV when Using FG3
  • Loading branch information
IllianiCBT authored Nov 7, 2024
2 parents 47baf16 + dd55466 commit 3ebe1e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public Component getListCellRendererComponent(final JList<? extends Force> list,
roleString = lance.getRole().toString() + ", ";
}

setText(String.format("%s (%sBV: %d)", value.getName(), roleString, value.getTotalBV(campaign, false)));
setText(String.format("%s (%sBV: %d)", value.getName(), roleString, value.getTotalBV(campaign, true)));

return this;
}
Expand Down

0 comments on commit 3ebe1e1

Please sign in to comment.