diff --git a/MultiServer.py b/MultiServer.py index c3f62e15..81426cb1 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -1888,7 +1888,8 @@ async def process_client_cmd(ctx: Context, client: Client, args: dict): for location in args["locations"]: if type(location) is not int: await ctx.send_msgs(client, - [{'cmd': 'InvalidPacket', "type": "arguments", "text": 'LocationScouts', + [{'cmd': 'InvalidPacket', "type": "arguments", + "text": 'Locations has to be a list of integers', "original_cmd": cmd}]) return