From 604b2af3505ac66fa984b2ff20bb051025ca020e Mon Sep 17 00:00:00 2001 From: Nick Savchenko Date: Mon, 13 Mar 2017 20:17:28 +0200 Subject: [PATCH] Wording fix --- xanmel/modules/xonotic/chat_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xanmel/modules/xonotic/chat_commands.py b/xanmel/modules/xonotic/chat_commands.py index ec68e85..b9803bb 100644 --- a/xanmel/modules/xonotic/chat_commands.py +++ b/xanmel/modules/xonotic/chat_commands.py @@ -31,7 +31,7 @@ async def run(self, user, message, is_private=True, root=None): await user.private_reply('You have already voted this round. Enough. You can change your vote though.') if not message.strip() and self.vote == -3: await user.private_reply('You can not vote --- without specifying a reason why you hate the map. Use ' - '"/--- you-complaint-about-map" instead') + '"/--- [YOUR COMPLAINT]" instead') return player = rcon_server.players.players_by_number2[user.number2] rcon_server.map_voter.votes[user.number2] = {