diff options
author | M. Kristall <mkpdev@gmail.com> | 2012-06-25 18:10:53 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:16 +0000 |
commit | 156289dcdd27a31e77afb36147d456bac9be72a3 (patch) | |
tree | de39a7c7d2da3162087515f1ce12d53b3638d4bd /src/cgame | |
parent | d21e89988cfb92272ab6aa133cd32faf7a7cc3a0 (diff) |
* Remove now unused join-during-warmup error
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_servercmds.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index 7d970e5b..e1da8399 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -512,13 +512,6 @@ void CG_Menu( int menu, int arg ) type = DT_COMMAND; break; - case MN_WARMUP: - longMsg = "You must wait until the warmup time is finished " - "before joining a team. "; - shortMsg = "You cannot join a team during warmup."; - type = DT_COMMAND; - break; - //=============================== // Since cheating commands have no default binds, they will often be done |