diff --git a/core/MenuVoting.cpp b/core/MenuVoting.cpp index 93925c6bf..a0654f33d 100644 --- a/core/MenuVoting.cpp +++ b/core/MenuVoting.cpp @@ -561,7 +561,7 @@ void VoteMenuHandler::OnMenuSelect(IBaseMenu *menu, int client, unsigned int ite if (sm_vote_client_console.GetBool()) { - ClientConsolePrint(pPlayer->GetEdict(), buffer); + ClientConsolePrint(pPlayer->GetEdict(), "%s", buffer); } } }