diff options
Diffstat (limited to 'src/game/g_cmds.c')
-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 7b0751c0..0d7a7b65 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -1294,7 +1294,7 @@ void Cmd_CallTeamVote_f( gentity_t *ent ) if( !arg2[ 0 ] ) { trap_SendServerCommand( ent-g_entities, - "print \"callvote: no target\n\"" ); + "print \"callteamvote: no target\n\"" ); return; } |