summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2013-09-12 20:02:51 +0200
committerPaweł Redman <trem.redman@gmail.com>2013-09-12 20:02:51 +0200
commite36075a420f446225ae8632fb2df3cf2ad6bec47 (patch)
treef2b5d8aa089c52a6e74576dd2eca0484d4681602 /src/game/g_main.c
parent85d99859798982dd88c7de8d8b7a71d4ac4b4a2b (diff)
Fix a bunch of bugs related to administration and announcing
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 1750e26..8f43d81 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -2273,8 +2273,7 @@ void G_CheckVote( team_t team )
if( pass )
{
- if( !level.voteAborted[ team ] )
- trap_SendServerCommand( -1, "announce votepassed" );
+ trap_SendServerCommand( -1, "announce votepassed" );
level.voteExecuteTime[ team ] = level.time + level.voteDelay[ team ];
}
else