Skip to content

Commit

Permalink
Saved games should be added to Open Recent list on save.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Aug 13, 2024
1 parent 739643c commit da5ef12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@ public void saveGame(File f) throws IOException {
}
GameModule.getGameModule().warn(msg);
ModuleManagerUpdateHelper.sendGameUpdate(f);
updateRecentGames(f);
}

public void loadGameInForeground(final File f) {
Expand Down

0 comments on commit da5ef12

Please sign in to comment.