mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Forgotten else
This commit is contained in:
parent
2cb9a2713c
commit
3a952ff196
1 changed files with 1 additions and 1 deletions
|
@ -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]))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue