mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
Unnecessary because of prior commit.
This commit is contained in:
parent
d12e18d59b
commit
6dfd0b5cc2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user