reset snes state when resetting rom

This commit is contained in:
Fabian Dill 2020-03-22 20:07:19 +01:00
parent 7cab5b5baf
commit c36cdf5546
1 changed files with 1 additions and 0 deletions

View File

@ -666,6 +666,7 @@ async def process_server_cmd(ctx : Context, cmd, args):
ctx.password = None ctx.password = None
await server_auth(ctx, True) await server_auth(ctx, True)
if 'InvalidRom' in args: if 'InvalidRom' in args:
ctx.snes_state = SNES_DISCONNECTED
ctx.rom = None ctx.rom = None
raise Exception( raise Exception(
'Invalid ROM detected, please verify that you have loaded the correct rom and reconnect your snes (/snes)') 'Invalid ROM detected, please verify that you have loaded the correct rom and reconnect your snes (/snes)')