remote now unneccessary line

This commit is contained in:
Fabian Dill 2021-04-17 22:01:34 +02:00
parent 4494207717
commit 2dd6dcab20
1 changed files with 0 additions and 1 deletions

View File

@ -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))