mirror of
https://github.com/ppy/osu.git
synced 2025-03-20 03:47:28 +08:00
Merge pull request #17185 from smoogipoo/fix-local-score-linking
Fix avatar not clickable after watching replay
This commit is contained in:
commit
aad9e856b1
@ -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…
x
Reference in New Issue
Block a user