summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_servercmds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c
index faa5a175..db1b2262 100644
--- a/src/cgame/cg_servercmds.c
+++ b/src/cgame/cg_servercmds.c
@@ -543,7 +543,8 @@ void CG_Menu( int menu, int arg )
break;
case MN_CMD_CHEAT_TEAM:
- shortMsg = "You may not use this command while on a team";
+ shortMsg = "Cheats are not enabled on this server, so "
+ "you may not use this command while on a team";
type = DT_COMMAND;
break;