Skip to content

Commit cef825d

Browse files
authored
Merge pull request #95 from BSVino/fix-vote-block
Reset "already voted" flag on map change
2 parents 7f9e495 + 23e8100 commit cef825d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mp/src/game/client/sdk/hud/da_hud_vote.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ void CHudVote::LevelInit( void )
896896
SetVoteActive( false );
897897
m_flVoteResultCycleTime = -1;
898898
m_flHideTime = -1;
899+
m_bPlayerVoted = false;
899900
m_flPostVotedHideTime = -1;
900901
}
901902

0 commit comments

Comments
 (0)