diff options
author | M. Kristall <mkpdev@gmail.com> | 2007-06-28 03:42:22 +0000 |
---|---|---|
committer | M. Kristall <mkpdev@gmail.com> | 2007-06-28 03:42:22 +0000 |
commit | bbaa283ea6528b2934d45967550d8c2ea7a9c775 (patch) | |
tree | ce798b3adbbf6a686e1ef3f0ef97b81e61acc94f /src | |
parent | f270d2fceaf40ec3ba721302fc60d67af4811d14 (diff) |
* list map as an allowed vote type
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |