mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Show local user in online users
This commit is contained in:
parent
2ec9343868
commit
22eced3300
@ -131,9 +131,6 @@ namespace osu.Game.Overlays.Dashboard
|
||||
{
|
||||
int userId = kvp.Key;
|
||||
|
||||
if (userId == api.LocalUser.Value.Id)
|
||||
continue;
|
||||
|
||||
users.GetUserAsync(userId).ContinueWith(task =>
|
||||
{
|
||||
APIUser user = task.GetResultSafely();
|
||||
|
Loading…
Reference in New Issue
Block a user