summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index e753f19..35d57ed 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -2528,6 +2528,7 @@ qboolean G_admin_endvote( gentity_t *ent )
admin_log( BG_TeamName( team ) );
level.voteNo[ team ] = cancel ? level.numVotingClients[ team ] : 0;
level.voteYes[ team ] = cancel ? 0 : level.numVotingClients[ team ];
+ level.voteAborted[ team ] = qtrue;
G_CheckVote( team );
if( team == TEAM_NONE )
AP( msg );