mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Rename token request method to avoid double Request terminology
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Play
|
||||
return new SubmitSoloScoreRequest(beatmapId, token, score.ScoreInfo);
|
||||
}
|
||||
|
||||
protected override APIRequest<APIScoreToken> CreateTokenRequestRequest()
|
||||
protected override APIRequest<APIScoreToken> CreateTokenRequest()
|
||||
{
|
||||
if (!(Beatmap.Value.BeatmapInfo.OnlineBeatmapID is int beatmapId))
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user