1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 03:20:20 +08:00

Merge pull request #27069 from bdach/populate-legacy-total-score-when-converting

Populate `TotalScoreInfo` when converting `SoloScoreInfo` to `ScoreInfo`
This commit is contained in:
Dan Balasescu 2024-02-08 01:33:31 +09:00 committed by GitHub
commit 7f3646f2d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,6 +203,7 @@ namespace osu.Game.Online.API.Requests.Responses
Ruleset = new RulesetInfo { OnlineID = RulesetID },
Passed = Passed,
TotalScore = TotalScore,
LegacyTotalScore = LegacyTotalScore,
Accuracy = Accuracy,
MaxCombo = MaxCombo,
Rank = Rank,