MP Lobby: fixed every single user name being bold
If everyone's registered... no one is. :P
(cherry-picked from commit d789c2e773
)
This commit is contained in:
parent
5c66a97f3c
commit
0b0a4d97c0
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