diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index 7193c8057..27cc8990d 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -3396,6 +3396,7 @@ void CGameContext::ConForceVote(IConsole::IResult *pResult, void *pUserData) { str_format(aBuf, sizeof(aBuf), "authorized player forced server option '%s' (%s)", pValue, pReason); pSelf->SendChatTarget(-1, aBuf, FLAG_SIX); + pSelf->m_VoteCreator = pResult->m_ClientId; pSelf->Console()->ExecuteLine(pOption->m_aCommand); break; }