Rename token request method to avoid double Request terminology

This commit is contained in:
Dean Herbert
2021-03-24 13:02:37 +09:00
parent a1c35677ef
commit 8bed7748d6
3 changed files with 5 additions and 5 deletions

View File

@ -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;