mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update WebRequest usage in line with framework changes
This commit is contained in:
@ -106,7 +106,7 @@ namespace osu.Game.Online.API
|
||||
return;
|
||||
|
||||
if (!WebRequest.Aborted) //could have been aborted by a Cancel() call
|
||||
WebRequest.BlockingPerform();
|
||||
WebRequest.Perform();
|
||||
|
||||
if (checkAndProcessFailure())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user