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 0dd382eab3
commit 6cc91794f5

View file

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