mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Change 2 more messages
This commit is contained in:
parent
3ea1bab617
commit
ca99f3f518
|
@ -680,7 +680,7 @@ void CGameContext::OnTick()
|
|||
else if(m_VoteEnforce == VOTE_ENFORCE_YES_ADMIN)
|
||||
{
|
||||
char aBuf[64];
|
||||
str_format(aBuf, sizeof(aBuf),"Vote passed enforced by server administrator");
|
||||
str_format(aBuf, sizeof(aBuf),"Vote passed enforced by server moderator");
|
||||
Console()->ExecuteLine(m_aVoteCommand, m_VoteEnforcer);
|
||||
SendChat(-1, CGameContext::CHAT_ALL, aBuf);
|
||||
EndVote();
|
||||
|
@ -688,7 +688,7 @@ void CGameContext::OnTick()
|
|||
else if(m_VoteEnforce == VOTE_ENFORCE_NO_ADMIN)
|
||||
{
|
||||
char aBuf[64];
|
||||
str_format(aBuf, sizeof(aBuf),"Vote failed enforced by server administrator");
|
||||
str_format(aBuf, sizeof(aBuf),"Vote failed enforced by server moderator");
|
||||
EndVote();
|
||||
SendChat(-1, CGameContext::CHAT_ALL, aBuf);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue