mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 10:33:22 +08:00
Don't open profile if it's Autoplay
This commit is contained in:
parent
549cec80d6
commit
b813c0aff1
@ -68,7 +68,7 @@ namespace osu.Game.Users.Drawables
|
||||
if (!OpenOnClick.Value)
|
||||
return;
|
||||
|
||||
if (user != null)
|
||||
if (user != null && user.Id != 1)
|
||||
game?.ShowUser(user.Id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user