mirror of
https://github.com/ppy/osu
synced 2025-01-15 10:31:02 +00:00
Update osu.Game/Users/Drawables/DrawableAvatar.cs
Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
b813c0aff1
commit
157f05c3e5
@ -68,7 +68,7 @@ namespace osu.Game.Users.Drawables
|
||||
if (!OpenOnClick.Value)
|
||||
return;
|
||||
|
||||
if (user != null && user.Id != 1)
|
||||
if (user?.Id > 1)
|
||||
game?.ShowUser(user.Id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user