mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 00:04:29 +08:00
Fix user population logic not including country
This commit is contained in:
@@ -84,7 +84,7 @@ namespace osu.Game.Scoring
|
||||
api.Perform(userRequest);
|
||||
|
||||
if (userRequest.Response is APIUser user)
|
||||
model.RealmUser.OnlineID = user.Id;
|
||||
model.User = user;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user