mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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++;
|
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]))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue