From 8d809caefb16b15cb5d5631992dcbc6f1929dce3 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 12:16:21 +0000 Subject: * Fix compiler warning about G_FindOvermind * Random fixes/rearrangements in deconstruct and PM_Weapon * Merge tremulous r1137 - noclipping specs - other noclip stuff - fix ammo check - maprotation fixes - no taunting when dead - code-level crap --- src/cgame/cg_servercmds.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cgame') diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index f95d18b7..8de4e198 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -548,6 +548,11 @@ void CG_Menu( int menu, int arg ) type = DT_COMMAND; break; + case MN_CMD_CHEAT_TEAM: + shortMsg = "You may not use this command while on a team"; + type = DT_COMMAND; + break; + case MN_CMD_TEAM: //longMsg = "You must be on a team to perform this action. Join the alien" // "or human team and try again."; -- cgit