1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Unnecessary because of prior commit.

This commit is contained in:
Michael Manis 2018-01-23 10:54:42 -05:00
parent d12e18d59b
commit 6dfd0b5cc2

View File

@ -55,7 +55,7 @@ namespace osu.Game.Overlays.Toolbar
avatar.User = new User();
break;
case APIState.Online:
Text = api.LocalUser.Value.Username;
Text = api.Username;
avatar.User = api.LocalUser;
break;
}