Fix crash when selecting a vote item that contains a format specifier (#2323)
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled

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 GitHub
parent 7e784d5453
commit ec7aadc431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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