Skip to content

Commit

Permalink
Fix run speed on main when changing to from hardened armor
Browse files Browse the repository at this point in the history
  • Loading branch information
papachicken137 committed Sep 6, 2024
1 parent 0479b21 commit 4d81f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssw/src/main/java/ssw/gui/frmMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,8 @@ private void RecalcArmor() {
}
}
SetPatchworkArmor();
// Included to update run speed if hardened armor is added/removed.
FixWalkMPSpinner();
}

private void SetPatchworkArmor() {
Expand Down
2 changes: 2 additions & 0 deletions ssw/src/main/java/ssw/gui/frmMainWide.java
Original file line number Diff line number Diff line change
Expand Up @@ -1790,6 +1790,8 @@ private void RecalcArmor() {
}
}
SetPatchworkArmor();
// Included to update run speed if hardened armor is added/removed.
FixWalkMPSpinner();
}

private void SetPatchworkArmor() {
Expand Down

0 comments on commit 4d81f1e

Please sign in to comment.