Clearer message on veto

This commit is contained in:
def 2015-07-08 18:09:52 +02:00
parent b6133e7ece
commit acf18f98fc

View file

@ -725,7 +725,7 @@ void CGameContext::OnTick()
{
EndVote();
if(VetoStop || (m_VoteWillPass && Veto))
SendChat(-1, CGameContext::CHAT_ALL, "Vote failed because of veto");
SendChat(-1, CGameContext::CHAT_ALL, "Vote failed because of veto. Find an empty server instead");
else
SendChat(-1, CGameContext::CHAT_ALL, "Vote failed");
}