Update APi.Username in APIAccess intead of ignoring it.

This commit is contained in:
Michael Manis
2018-01-22 01:19:22 -05:00
parent ef7e6071dd
commit 64d7868c03
3 changed files with 3 additions and 2 deletions

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!