mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Merge branch 'master' into osu-fontusage
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
break;
|
||||
case APIState.Online:
|
||||
Text = api.LocalUser.Value.Username;
|
||||
avatar.User = api.LocalUser;
|
||||
avatar.User = api.LocalUser.Value;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user