BizHawkClient: Reset finished_game if ROM changes (#3246)
This commit is contained in:
parent
06e65c1dc6
commit
0265f4d809
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue