summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2010-02-28 19:43:52 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:28 +0000
commitff82aefa975e52f1e25b090225b36645b57faa97 (patch)
treefbc18d638cd9f27806c0fbe04f5a2c9800a3fea5 /src
parent469e96a801599283c74ac3d6091c8d4a405e5f0f (diff)
* (bug 4544) Only strip color codes from names in votes
Diffstat (limited to 'src')
-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 )
{