From 2dd6dcab20bdec3484a70fe96b620e47993b854c Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 17 Apr 2021 22:01:34 +0200 Subject: [PATCH] remote now unneccessary line --- MultiServer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/MultiServer.py b/MultiServer.py index d85504d6..4f913980 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -1054,7 +1054,6 @@ async def process_client_cmd(ctx: Context, client: Client, args: dict): if type(location) is not int or location not in lookup_any_location_id_to_name: await ctx.send_msgs(client, [{"cmd": "InvalidArguments", "text": 'LocationScouts'}]) return - loc_name = lookup_any_location_id_to_name[location] target_item, target_player = ctx.locations[location, client.slot] locs.append(NetworkItem(target_item, location, target_player))