diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index 24d2efa91..0767f87e0 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -720,7 +720,7 @@ void CGameContext::OnTick() EndVote(); SendChat(-1, CGameContext::CHAT_ALL, "Vote passed"); - if(m_apPlayers[m_VoteCreator]) + if(m_apPlayers[m_VoteCreator] && !m_VoteKick && !m_VoteSpec) m_apPlayers[m_VoteCreator]->m_LastVoteCall = 0; } else if(m_VoteEnforce == VOTE_ENFORCE_YES_ADMIN)