R# fixes.

This commit is contained in:
naoey
2018-02-26 01:16:46 +05:30
parent 75fdca928e
commit 1ad45b0941
5 changed files with 11 additions and 27 deletions

View File

@ -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)