MP Lobby: fixed every single user name being bold
If everyone's registered... no one is. :P
This commit is contained in:
parent
e3eca499ca
commit
3cff24b6f4
1 changed files with 6 additions and 0 deletions
|
@ -640,9 +640,15 @@ void mp_lobby::update_playerlist()
|
|||
<< "\n";
|
||||
}
|
||||
|
||||
// TODO: on the official server this results in every name being bold since we
|
||||
// require a registered account. Leaving this commented out in case we ever
|
||||
// walk that back and want to have such an indication again (it's useless for
|
||||
// custom servers since registered logins aren't supported there).
|
||||
#if 0
|
||||
if(user.registered) {
|
||||
name = "<b>" + name + "</b>";
|
||||
}
|
||||
#endif
|
||||
|
||||
icon_ss << ".png";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue