Forgotten else

This commit is contained in:
Thilo Schulz 2009-10-03 23:32:17 +00:00
parent 2cb9a2713c
commit 3a952ff196

View file

@ -626,7 +626,7 @@ static void ClientCleanName(const char *in, char *out, int outSize)
spaces++; 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])) if(Q_IsColorString(&out[outpos - 1]))
{ {