mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Handle links correctly and don't re-open profile if the user is same.
This commit is contained in:
@ -75,6 +75,9 @@ namespace osu.Game.Overlays
|
||||
|
||||
public void ShowUser(long userId)
|
||||
{
|
||||
if (userId == Header.User.Id)
|
||||
return;
|
||||
|
||||
ShowUser(new User { Id = userId }, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user