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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 5c26da1..d241e19 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -783,11 +783,6 @@ void Cmd_Team_f( gentity_t *ent )
cs_offset = 1;
else
cs_offset = 0;
- if( level.teamVoteTime[ cs_offset ] )
- {
- trap_SendServerCommand( ent-g_entities, "print \"Can not leave team during a team vote\n\"" );
- return;
- }
}
// Prevent invisible players from joining a team