summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 9e864106..b1a26e6b 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1020,7 +1020,7 @@ void Cmd_CallVote_f( gentity_t *ent )
if( clientNum != -1 )
{
- G_SanitiseString( level.clients[ clientNum ].pers.netname, name, sizeof( name ) );
+ G_DecolorString( level.clients[ clientNum ].pers.netname, name, sizeof( name ) );
}
else if( matches > 1 )
{