no longer try patching if it's the wrong rom.

People ignore the warning.
This commit is contained in:
Fabian Dill
2020-03-08 02:18:55 +01:00
parent f583db3ee9
commit 611f4d3fb2
3 changed files with 6 additions and 4 deletions

View File

@@ -747,7 +747,7 @@ async def server_auth(ctx: Context, password_requested):
ctx.awaiting_rom = False
ctx.auth = ctx.rom.copy()
await send_msgs(ctx.socket, [['Connect', {
'password': ctx.password, 'rom': ctx.auth, 'version': [1, 1, 0], 'tags': ['Berserker']
'password': ctx.password, 'rom': ctx.auth, 'version': [1, 2, 0], 'tags': ['Berserker']
}]])
async def console_input(ctx : Context):