diff options
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r-- | src/game/g_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c index e05abc0e..baf520ce 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -2548,7 +2548,7 @@ qboolean G_admin_endvote( gentity_t *ent, int skiparg ) } level.voteNo[ team ] = cancel ? level.numVotingClients[ team ] : 0; level.voteYes[ team ] = cancel ? 0 : level.numVotingClients[ team ]; - CheckVote( team ); + G_CheckVote( team ); if( team == TEAM_NONE ) AP( msg ); else |