Skip to content

Commit

Permalink
Wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavch committed Mar 13, 2017
1 parent 77dabb9 commit 604b2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xanmel/modules/xonotic/chat_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 604b2af

Please sign in to comment.