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 a8242fd7e3
commit ce77a86808

View File

@ -560,7 +560,7 @@ void VoteMenuHandler::OnMenuSelect(IBaseMenu *menu, int client, unsigned int ite
if (sm_vote_client_console.GetBool())
{
engine->ClientPrintf(pPlayer->GetEdict(), buffer);
ClientConsolePrint(pPlayer->GetEdict(), buffer);
}
}
}