mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 16:43:23 -07:00
BizHawkClient: Reset finished_game if ROM changes (#3246)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user