summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2011-01-20 06:35:32 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:52 +0000
commit21f6f58f2a8aba580f6b34be71a2928d857d205c (patch)
tree342a906c5c2518e9c8ea102548dc060a046aa7ca /src/game
parentfa91f8a9ecc2859fe6d5f9f3a07d624f25ce68e1 (diff)
* Do not enforce the teamchange timer when cheats are enabled (devmap)
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index c4025ced..06363c7a 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -540,7 +540,7 @@ void Cmd_Team_f( gentity_t *ent )
// stop switching teams for gameplay exploit reasons by enforcing a long
// wait before they can come back
- if( !force && ent->client->pers.aliveSeconds &&
+ if( !force && !g_cheats.integer && ent->client->pers.aliveSeconds &&
level.time - ent->client->pers.teamChangeTime < 30000 )
{
trap_SendServerCommand( ent-g_entities,