mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update usages to new naming
This commit is contained in:
@ -64,7 +64,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
{
|
||||
users.GetUserAsync(id).ContinueWith(task =>
|
||||
{
|
||||
var user = task.GetCompletedResult();
|
||||
var user = task.GetResultSafely();
|
||||
|
||||
if (user == null) return;
|
||||
|
||||
|
Reference in New Issue
Block a user