mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 03:19:53 +08:00
Fix incorrect task being returned for changelog continuations
This commit is contained in:
@@ -163,7 +163,7 @@ namespace osu.Game.Overlays
|
||||
await API.PerformAsync(req).ConfigureAwait(false);
|
||||
|
||||
return tcs.Task;
|
||||
});
|
||||
}).Unwrap();
|
||||
}
|
||||
|
||||
private CancellationTokenSource loadContentCancellation;
|
||||
|
||||
Reference in New Issue
Block a user