Skip to content

Commit

Permalink
Merge pull request #4273 from IllianiCBT/nag_invalidFactionBug
Browse files Browse the repository at this point in the history
Corrected Dialog Option for Invalid Faction Nag
  • Loading branch information
IllianiCBT authored Jun 23, 2024
2 parents 37c04ec + ce980e4 commit f76d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/dialog/MHQOptionsDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ protected void okAction() {
MekHQ.getMHQOptions().setNagDialogIgnore(MHQConstants.NAG_UNRESOLVED_STRATCON_CONTACTS, optionUnresolvedStratConContactsNag.isSelected());
MekHQ.getMHQOptions().setNagDialogIgnore(MHQConstants.NAG_OUTSTANDING_SCENARIOS, optionOutstandingScenariosNag.isSelected());
MekHQ.getMHQOptions().setNagDialogIgnore(MHQConstants.NAG_CARGO_CAPACITY, optionCargoCapacityNag.isSelected());
MekHQ.getMHQOptions().setNagDialogIgnore(MHQConstants.NAG_INVALID_FACTION, optionCargoCapacityNag.isSelected());
MekHQ.getMHQOptions().setNagDialogIgnore(MHQConstants.NAG_INVALID_FACTION, optionInvalidFactionNag.isSelected());

PreferenceManager.getClientPreferences().setUserDir(txtUserDir.getText());
PreferenceManager.getInstance().save();
Expand Down

0 comments on commit f76d2f2

Please sign in to comment.