MP Lobby: display self before friends in player list (fixes #3185)
This commit is contained in:
parent
0dd382eab3
commit
6cc91794f5
1 changed files with 1 additions and 1 deletions
|
@ -110,8 +110,8 @@ struct user_info
|
|||
void update_relation();
|
||||
|
||||
enum user_relation {
|
||||
FRIEND,
|
||||
ME,
|
||||
FRIEND,
|
||||
NEUTRAL,
|
||||
IGNORED
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue