Skip to content

Commit

Permalink
Fix mismatched game ID when loading games from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Dec 12, 2024
1 parent 5d9b462 commit 180d3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysollib/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ def mainproc(self):
self.nextgame.loadedgame = tmpgame._loadGame(
self.commandline.loadgame, self)
self.nextgame.loadedgame.gstats.holded = 0
self.nextgame.id = self.nextgame.loadedgame.id
except Exception:
traceback.print_exc()
self.nextgame.loadedgame = None
Expand Down

0 comments on commit 180d3d5

Please sign in to comment.