mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Standardise and combine base implementation of score submission requests
These share too much yet have very different constructor signatures and property exposure. Just a clean-up pass as I begin to look at replay submission.
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
Debug.Assert(beatmap.OnlineID > 0);
|
||||
|
||||
return new SubmitSoloScoreRequest(beatmap.OnlineID, token, score.ScoreInfo);
|
||||
return new SubmitSoloScoreRequest(score.ScoreInfo, token, beatmap.OnlineID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user