fixed messages

This commit is contained in:
GreYFoX 2011-12-31 01:34:48 +02:00
parent 7820e48ec6
commit 21be03f3c6

View file

@ -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)