Don't allow voting "info"

This commit is contained in:
def 2013-07-30 00:41:35 +02:00
parent 7f3b86227c
commit 55743535c6

View file

@ -1032,7 +1032,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
}
}
if(aCmd[0] && str_comp(pCommand,"info"))
if(aCmd[0] && str_comp(aCmd,"info"))
{
SendChat(-1, CGameContext::CHAT_ALL, aChatmsg);
StartVote(aDesc, aCmd, pReason);