mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 02:39:52 +08:00
Return immediately on failed web request in synchronous BeatmapOnlineLookupQueue flow
This commit is contained in:
@@ -88,6 +88,7 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
logForModel(set, $"Online retrieval failed for {beatmapInfo}");
|
||||
beatmapInfo.OnlineID = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
var res = req.Response;
|
||||
|
||||
Reference in New Issue
Block a user