mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add missing async suffix
This commit is contained in:
@ -61,7 +61,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
|
||||
foreach (var id in e.NewItems.OfType<int>().ToArray())
|
||||
{
|
||||
users.GetUser(id).ContinueWith(u =>
|
||||
users.GetUserAsync(id).ContinueWith(u =>
|
||||
{
|
||||
if (u.Result == null)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user