BizHawkClient: Reset finished_game if ROM changes (#3246)

This commit is contained in:
Bryce Wilson 2024-06-04 05:06:41 -07:00 committed by GitHub
parent 06e65c1dc6
commit 0265f4d809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ async def _game_watcher(ctx: BizHawkClientContext):
ctx.auth = None
ctx.username = None
ctx.client_handler = None
ctx.finished_game = False
await ctx.disconnect(False)
ctx.rom_hash = rom_hash