mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Clearer message on veto
This commit is contained in:
parent
b6133e7ece
commit
acf18f98fc
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue