MP Lobby: enable self indicator in user list
This commit is contained in:
parent
e5cbc0cb7b
commit
e5354766ce
1 changed files with 2 additions and 1 deletions
|
@ -778,7 +778,8 @@ void tlobby_main::update_playerlist()
|
|||
|
||||
switch(user.relation) {
|
||||
case user_info::ME:
|
||||
/* fall through */
|
||||
icon_ss << "-s";
|
||||
break;
|
||||
case user_info::NEUTRAL:
|
||||
icon_ss << "-n";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue