From 156289dcdd27a31e77afb36147d456bac9be72a3 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Mon, 25 Jun 2012 18:10:53 +0000 Subject: * Remove now unused join-during-warmup error --- src/cgame/cg_servercmds.c | 7 ------- src/game/bg_public.h | 1 - 2 files changed, 8 deletions(-) (limited to 'src') 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 diff --git a/src/game/bg_public.h b/src/game/bg_public.h index dfc1dab7..08436dd0 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -562,7 +562,6 @@ typedef enum MN_A_TEAMLOCKED, MN_H_TEAMLOCKED, MN_PLAYERLIMIT, - MN_WARMUP, // cmd stuff MN_CMD_CHEAT, -- cgit