diff options
Diffstat (limited to 'src/game')
-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; } |