mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +00:00
Fix avatar not clickable after watching replay
This commit is contained in:
parent
affcf5180b
commit
ad0ca5673a
@ -64,7 +64,7 @@ namespace osu.Game.Users.Drawables
|
||||
|
||||
private void openProfile()
|
||||
{
|
||||
if (user?.Id > 1)
|
||||
if (user?.Id > 1 || !string.IsNullOrEmpty(user?.Username))
|
||||
game?.ShowUser(user);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user