mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
R# fixes.
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Overlays
|
||||
if (userId == Header.User.Id)
|
||||
return;
|
||||
|
||||
ShowUser(new User { Id = userId }, true);
|
||||
ShowUser(new User { Id = userId });
|
||||
}
|
||||
|
||||
public void ShowUser(User user, bool fetchOnline = true)
|
||||
|
Reference in New Issue
Block a user