Skip to content

Commit 9dac7d9

Browse files
authored
MultiServer: update InvalidPacket text for location scouts (ArchipelagoMW#4485)
1 parent 1eefe23 commit 9dac7d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MultiServer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,8 @@ async def process_client_cmd(ctx: Context, client: Client, args: dict):
18881888
for location in args["locations"]:
18891889
if type(location) is not int:
18901890
await ctx.send_msgs(client,
1891-
[{'cmd': 'InvalidPacket', "type": "arguments", "text": 'LocationScouts',
1891+
[{'cmd': 'InvalidPacket', "type": "arguments",
1892+
"text": 'Locations has to be a list of integers',
18921893
"original_cmd": cmd}])
18931894
return
18941895

0 commit comments

Comments
 (0)