summaryrefslogtreecommitdiff
path: root/src/cgame/cg_servercmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_servercmds.c')
-rw-r--r--src/cgame/cg_servercmds.c5
1 files changed, 5 insertions, 0 deletions
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.";