MP Lobby: display self before friends in player list (fixes #3185)

This commit is contained in:
Charles Dang 2018-05-31 19:35:56 +11:00
parent 844c17463c
commit c5c5392bc4

View file

@ -109,8 +109,8 @@ struct user_info
void update_relation();
enum user_relation {
FRIEND,
ME,
FRIEND,
NEUTRAL,
IGNORED
};