diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2011-01-19 20:27:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:51 +0000 |
commit | 16886b666d89866108fb94fd2fcdd803c3246b6a (patch) | |
tree | eeeaa4a55c51ce2a7515b736e443c5a98a514d7a /src/cgame | |
parent | 2e2d9e4a07b02d4e51a0690fc0877b9b5dfbaf3e (diff) |
* (bug 4879) Prevent teamchanges for gameplay exploit reasons by enforcing a 30 second wait before you can change again
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_servercmds.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index b5a85a5b..949c3adc 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -519,20 +519,6 @@ void CG_Menu( int menu, int arg ) type = DT_COMMAND; break; - case MN_A_TEAMCHANGEBUILDTIMER: - longMsg = "You cannot leave the Alien team until your build timer " - "has expired."; - shortMsg = "You cannot change teams until your build timer expires"; - type = DT_COMMAND; - break; - - case MN_H_TEAMCHANGEBUILDTIMER: - longMsg = "You cannot leave the Human team until your build timer " - "has expired."; - shortMsg = "You cannot change teams until your build timer expires"; - type = DT_COMMAND; - break; - //=============================== // Since cheating commands have no default binds, they will often be done |