Skip to content

Commit

Permalink
Check for launcher updates when the game closes
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Apr 21, 2022
1 parent bad4363 commit 79b1289
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ public void gameStarted() {
@Override
public void gameClosed() {
launcher.showLauncherWindow();
launcher.getUpdateManager().checkForUpdate();
}
}

Expand Down

0 comments on commit 79b1289

Please sign in to comment.