mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
BizHawkClient: Reset finished_game if ROM changes (#3246)
This commit is contained in:
@@ -168,6 +168,7 @@ async def _game_watcher(ctx: BizHawkClientContext):
|
|||||||
ctx.auth = None
|
ctx.auth = None
|
||||||
ctx.username = None
|
ctx.username = None
|
||||||
ctx.client_handler = None
|
ctx.client_handler = None
|
||||||
|
ctx.finished_game = False
|
||||||
await ctx.disconnect(False)
|
await ctx.disconnect(False)
|
||||||
ctx.rom_hash = rom_hash
|
ctx.rom_hash = rom_hash
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user