mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
fixed messages
This commit is contained in:
parent
7820e48ec6
commit
21be03f3c6
|
@ -860,8 +860,8 @@ void CGameContext::ConSetServerGameTime(IConsole::IResult *pResult, void *pUserD
|
||||||
IConsole::OUTPUT_LEVEL_STANDARD,
|
IConsole::OUTPUT_LEVEL_STANDARD,
|
||||||
"emote",
|
"emote",
|
||||||
(pPlayer->m_GameTimerTime) ?
|
(pPlayer->m_GameTimerTime) ?
|
||||||
"Time is displayed in broadcast now." :
|
"Time is displayed in game/round timer now." :
|
||||||
"Time will not be displayed in broadcast now");
|
"Time will not be displayed in game/round timer now");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if(str_comp_nocase(pResult->GetString(0), "on") == 0)
|
else if(str_comp_nocase(pResult->GetString(0), "on") == 0)
|
||||||
|
|
Loading…
Reference in a new issue