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 committed Apr 22, 2024
1 parent 77f63a4 commit 5963bc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void renderBackground(DrawContext context, int mouseX, int mouseY, float
}

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

0 comments on commit 5963bc0

Please sign in to comment.