mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
the offspring of sleepless commits
This commit is contained in:
parent
01158b0ce1
commit
c1b7012dee
|
@ -516,7 +516,7 @@ void CGameContext::OnTick()
|
|||
|
||||
if(m_VoteEnforce == VOTE_ENFORCE_YES)
|
||||
{
|
||||
Console()->ExecuteLine(m_aVoteCommand, 4, -1);
|
||||
Console()->ExecuteLine(m_aVoteCommand, 4, -1, CServer::SendRconLineAuthed, Server(), SendChatResponseAll, this);
|
||||
EndVote();
|
||||
SendChat(-1, CGameContext::CHAT_ALL, "Vote passed");
|
||||
|
||||
|
|
Loading…
Reference in a new issue