mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 13:20:11 +08:00
Ignore null results for now
This commit is contained in:
@@ -63,6 +63,9 @@ namespace osu.Game.Overlays.Dashboard
|
||||
{
|
||||
users.GetUser(id).ContinueWith(u =>
|
||||
{
|
||||
if (u.Result == null)
|
||||
return;
|
||||
|
||||
Schedule(() =>
|
||||
{
|
||||
if (playingUsers.Contains(u.Result.Id))
|
||||
|
||||
Reference in New Issue
Block a user