From 0265f4d80947d02bf2b8b261f3c3ca469c117056 Mon Sep 17 00:00:00 2001 From: Bryce Wilson Date: Tue, 4 Jun 2024 05:06:41 -0700 Subject: [PATCH] BizHawkClient: Reset finished_game if ROM changes (#3246) --- worlds/_bizhawk/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/_bizhawk/context.py b/worlds/_bizhawk/context.py index 9fe6c9e1..234faf3b 100644 --- a/worlds/_bizhawk/context.py +++ b/worlds/_bizhawk/context.py @@ -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