From bbaa283ea6528b2934d45967550d8c2ea7a9c775 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Thu, 28 Jun 2007 03:42:22 +0000 Subject: * list map as an allowed vote type --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 43056db4..f4eeeb8e 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -1160,7 +1160,7 @@ void Cmd_CallVote_f( gentity_t *ent ) { trap_SendServerCommand( ent-g_entities, "print \"Invalid vote string\n\"" ); trap_SendServerCommand( ent-g_entities, "print \"Valid vote commands are: " - "map_restart, draw, kick, mute and unmute\n" ); + "map, map_restart, draw, kick, mute and unmute\n" ); return; } -- cgit