Skip to content

Commit b0119e9

Browse files
Zunawewu4
authored andcommitted
BizHawkClient: Reset finished_game if ROM changes (ArchipelagoMW#3246)
1 parent ca4c898 commit b0119e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worlds/_bizhawk/context.py

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ async def _game_watcher(ctx: BizHawkClientContext):
168168
ctx.auth = None
169169
ctx.username = None
170170
ctx.client_handler = None
171+
ctx.finished_game = False
171172
await ctx.disconnect(False)
172173
ctx.rom_hash = rom_hash
173174

0 commit comments

Comments
 (0)