From 3a952ff1960d7eb03f37dffb0d7c1abd46a380c0 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 3 Oct 2009 23:32:17 +0000 Subject: [PATCH] Forgotten else --- code/game/g_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/g_client.c b/code/game/g_client.c index 2e968aff..68ad987a 100644 --- a/code/game/g_client.c +++ b/code/game/g_client.c @@ -626,7 +626,7 @@ static void ClientCleanName(const char *in, char *out, int outSize) spaces++; } - if(outpos > 0 && out[outpos - 1] == Q_COLOR_ESCAPE) + else if(outpos > 0 && out[outpos - 1] == Q_COLOR_ESCAPE) { if(Q_IsColorString(&out[outpos - 1])) {