mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Perform all user profile displays using an IUser
interface
This commit is contained in:
@ -66,7 +66,7 @@ namespace osu.Game.Users.Drawables
|
||||
private void openProfile()
|
||||
{
|
||||
if (user?.Id > 1)
|
||||
game?.ShowUser(user.Id);
|
||||
game?.ShowUser(user);
|
||||
}
|
||||
|
||||
private class ClickableArea : OsuClickableContainer
|
||||
|
Reference in New Issue
Block a user