1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

Merge pull request #1950 from ThePyrotechnic/local-name-fix

Use obtained value for displayed name.
This commit is contained in:
Dean Herbert 2018-01-25 07:05:21 +09:00 committed by GitHub
commit d08e8b0c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ namespace osu.Game.Online.API
userReq.Success += u =>
{
LocalUser.Value = u;
Username = LocalUser.Value.Username;
failureCount = 0;
//we're connected!