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:
@ -37,7 +37,7 @@ namespace osu.Game.Online.API
|
||||
{
|
||||
try
|
||||
{
|
||||
req.BlockingPerform();
|
||||
req.Perform();
|
||||
}
|
||||
catch
|
||||
{
|
||||
@ -61,7 +61,7 @@ namespace osu.Game.Online.API
|
||||
ClientSecret = clientSecret
|
||||
})
|
||||
{
|
||||
req.BlockingPerform();
|
||||
req.Perform();
|
||||
|
||||
Token = req.ResponseObject;
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user