mirror of
https://github.com/osukey/osukey.git
synced 2025-07-25 04:10:03 +09:00
Don't open profile if it's Autoplay
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Users.Drawables
|
|||||||
if (!OpenOnClick.Value)
|
if (!OpenOnClick.Value)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (user != null)
|
if (user != null && user.Id != 1)
|
||||||
game?.ShowUser(user.Id);
|
game?.ShowUser(user.Id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user