mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:25:05 +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;
|
int userId = kvp.Key;
|
||||||
|
|
||||||
if (userId == api.LocalUser.Value.Id)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
users.GetUserAsync(userId).ContinueWith(task =>
|
users.GetUserAsync(userId).ContinueWith(task =>
|
||||||
{
|
{
|
||||||
APIUser user = task.GetResultSafely();
|
APIUser user = task.GetResultSafely();
|
||||||
|
Loading…
Reference in New Issue
Block a user