Fix incomplete syntax help of /callvote
authorWuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 14:13:18 +0100
changeset 14379 b33127bc2424
parent 14378 4edc73fc722c
child 14380 8ad85859dd3f
Fix incomplete syntax help of /callvote
gameServer/HWProtoInRoomState.hs
--- a/gameServer/HWProtoInRoomState.hs	Sat Dec 08 14:10:42 2018 +0100
+++ b/gameServer/HWProtoInRoomState.hs	Sat Dec 08 14:13:18 2018 +0100
@@ -452,7 +452,7 @@
 handleCmd_inRoom ["CALLVOTE"] = do
     cl <- thisClient
     return [AnswerClients [sendChan cl]
-        ["CHAT", nickServer, loc "Available callvote commands: kick <nickname>, map <name>, pause, newseed, hedgehogs"]
+        ["CHAT", nickServer, loc "Available callvote commands: hedgehogs <number>, pause, newseed, map <name>, kick <player>"]
         ]
 
 handleCmd_inRoom ["CALLVOTE", "KICK"] = do