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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 6846a16..1448e12 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -908,13 +908,9 @@ void Cmd_Team_f( gentity_t *ent )
if( G_admin_permission( ent, ADMF_NO_ALIENS ) )
team = PTE_HUMANS;
- else
- team = PTE_ALIENS;
if( G_admin_permission( ent, ADMF_NO_HUMANS ) )
team = PTE_ALIENS;
- else
- team = PTE_HUMANS;
}
else
{