mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
no longer try patching if it's the wrong rom.
People ignore the warning.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user