diff --git a/src/game/client/components/voting.cpp b/src/game/client/components/voting.cpp index 2ad6d594a..adcf7d5bf 100644 --- a/src/game/client/components/voting.cpp +++ b/src/game/client/components/voting.cpp @@ -170,9 +170,6 @@ void CVoting::ClearOptions() void CVoting::OnReset() { - if(Client()->State() == IClient::STATE_LOADING) // do not reset active vote while connecting - return; - m_Closetime = 0; m_aDescription[0] = 0; m_aReason[0] = 0;