Skip to content

Commit

Permalink
Fix update checker not being called when screen is closed in a way ot…
Browse files Browse the repository at this point in the history
…her than the button

- Fix update checker not being run when config screen is closed without the Done button
  • Loading branch information
Prospector authored and LostLuma committed Apr 23, 2024
1 parent a3f84cb commit 938b238
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void render(int mouseX, int mouseY, float delta) {

@Override
public void removed() {
ModMenu.checkForUpdates();
ModMenuConfigManager.save();
}
}

0 comments on commit 938b238

Please sign in to comment.