summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index e6adfaf0..5f0d2199 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1043,6 +1043,9 @@ void Cmd_CallVote_f( gentity_t *ent )
return;
}
+ if( level.voteExecuteTime[ team ] )
+ G_ExecuteVote( team );
+
level.voteThreshold[ team ] = 50;
if( g_voteLimit.integer > 0 &&