make it that bit more noticable.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@261 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-30 22:38:29 +00:00
parent 103cf9b7b0
commit f04e0eba67

View file

@ -651,6 +651,6 @@ void Validation_CheckIfResponse(char *text)
Con_Printf("Authentication Successful.\n");
}
else
Con_Printf("^bAUTHENTICATION FAILED.\n");
Con_Printf("^1^bAUTHENTICATION FAILED.\n");
}
}