Forgotten else

This commit is contained in:
Thilo Schulz 2009-10-03 23:32:17 +00:00
parent 2cb9a2713c
commit 3a952ff196
1 changed files with 1 additions and 1 deletions

View File

@ -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]))
{