Multidata: allow SoE/SM/LttP to connect via player name for use in Tracker/Text clients

This commit is contained in:
Fabian Dill
2022-02-09 21:06:34 +01:00
parent 3d17f0d588
commit 14448ad97e
4 changed files with 3 additions and 8 deletions

View File

@@ -1323,7 +1323,6 @@ async def process_client_cmd(ctx: Context, client: Client, args: dict):
errors.add('InvalidPassword')
if args['name'] not in ctx.connect_names:
logging.info((args["name"], ctx.connect_names))
errors.add('InvalidSlot')
else:
team, slot = ctx.connect_names[args['name']]