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 AustinSumigray committed Jan 4, 2025
1 parent a3c9867 commit 56454cb
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 56454cb

Please sign in to comment.