We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c221 commit 5817771Copy full SHA for 5817771
1 file changed
src/votemanager.cpp
@@ -705,6 +705,9 @@ bool CVoteManager::CheckRTVStatus()
705
m_RTVState = ERTVState::POST_RTV_SUCCESSFULL;
706
m_ExtendState = EExtendState::POST_RTV;
707
708
+ if (g_pPanoramaVoteHandler->IsVoteInProgress())
709
+ g_pPanoramaVoteHandler->EndVote(YesNoVoteEndReason::VoteEnd_Cancelled);
710
+
711
static ConVarRefAbstract mp_timelimit("mp_timelimit");
712
mp_timelimit.SetFloat(0.01);
713
0 commit comments