From a3db40cc7ae0894e5d410e22b1dd97735f88a39c Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: we're not racist, we just hate NIGGERs, JEWs, FAGGOTs, etc --- src/game/g_client.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/game/g_client.c') diff --git a/src/game/g_client.c b/src/game/g_client.c index 4b37a64..d2663bc 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -958,11 +958,7 @@ static void ClientCleanName( const char *in, char *out, int outSize ) break; } - // don't allow black in a name, period - if( ColorIndex( *in ) == 0 ) - *out++ = COLOR_WHITE; - else - *out++ = *in; + *out++ = *in; in++; continue; -- cgit