Fixed client console vote output missing newlines (bug 5205, r=psychonic).
This commit is contained in:
parent
7025e07e8a
commit
6a8c99eef1
@ -560,7 +560,7 @@ void VoteMenuHandler::OnMenuSelect(IBaseMenu *menu, int client, unsigned int ite
|
|||||||
|
|
||||||
if (sm_vote_client_console.GetBool())
|
if (sm_vote_client_console.GetBool())
|
||||||
{
|
{
|
||||||
engine->ClientPrintf(pPlayer->GetEdict(), buffer);
|
ClientConsolePrint(pPlayer->GetEdict(), buffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user