Skip to content

Commit

Permalink
BizHawkClient: Reset finished_game if ROM changes (ArchipelagoMW#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe authored and James Schurig committed Jun 13, 2024
1 parent d1a2f9b commit ab8c50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/_bizhawk/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab8c50a

Please sign in to comment.