Fix crash when selecting a vote item that contains a format specifier (#2323)

Co-authored-by: Malifox <78408070+Maliwolf@users.noreply.github.com>
This commit is contained in:
Malifox 2025-05-30 03:10:51 -04:00 committed by Headline
parent 1b8a87ca95
commit 4cac9f1e1c

View File

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