mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix mismatched game ID when loading games from the command line
This commit is contained in:
parent
5d9b462304
commit
180d3d57df
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ class Application:
|
||||||
self.nextgame.loadedgame = tmpgame._loadGame(
|
self.nextgame.loadedgame = tmpgame._loadGame(
|
||||||
self.commandline.loadgame, self)
|
self.commandline.loadgame, self)
|
||||||
self.nextgame.loadedgame.gstats.holded = 0
|
self.nextgame.loadedgame.gstats.holded = 0
|
||||||
|
self.nextgame.id = self.nextgame.loadedgame.id
|
||||||
except Exception:
|
except Exception:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
self.nextgame.loadedgame = None
|
self.nextgame.loadedgame = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue