Skip to content

Commit

Permalink
fix Mission XP Reward setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Algebro7 committed Sep 8, 2024
1 parent cb9d4ed commit 5f04a32
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 @@ -3840,7 +3840,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 5f04a32

Please sign in to comment.