1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Show local user in online users

This commit is contained in:
Dean Herbert 2023-12-28 17:40:07 +09:00
parent 2ec9343868
commit 22eced3300
No known key found for this signature in database

View File

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