Skip to content

Commit

Permalink
Merge pull request #4794 from Algebro7/fix-missionxp-success
Browse files Browse the repository at this point in the history
Fix Mission XP Reward Setting
  • Loading branch information
IllianiCBT authored Sep 13, 2024
2 parents 17568c3 + 5f04a32 commit 127ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/campaign/CampaignOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -3906,7 +3906,7 @@ public void setMissionXpFail(final int missionXpFail) {
}

public int getMissionXpSuccess() {
return missionXpFail;
return missionXpSuccess;
}

public void setMissionXpSuccess(final int missionXpSuccess) {
Expand Down

0 comments on commit 127ec24

Please sign in to comment.