Fixed client console vote output missing newlines (bug 5205, r=psychonic).

This commit is contained in:
FlaminSarge 2012-05-26 18:25:28 -04:00
parent 7025e07e8a
commit 6a8c99eef1

View File

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