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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c
index ab071d42..5e2c20da 100644
--- a/src/cgame/cg_servercmds.c
+++ b/src/cgame/cg_servercmds.c
@@ -562,9 +562,9 @@ void CG_Menu( int menu, int arg )
type = DT_COMMAND;
break;
- case MN_CMD_LIVING:
- //longMsg = "You must be living to perform this action.";
- shortMsg = "Must be living to use this command";
+ case MN_CMD_ALIVE:
+ //longMsg = "You must be alive to perform this action.";
+ shortMsg = "Must be alive to use this command";
type = DT_COMMAND;
break;