Merge branch 'master' into fix-settings

This commit is contained in:
Dean Herbert
2018-01-25 07:17:21 +09:00
committed by GitHub

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!