1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Fix BeatmapInfo not being correctly populated in CreateScoreInfo call

This commit is contained in:
Dean Herbert 2021-11-01 15:54:39 +09:00
parent b98faf6159
commit 722e0d50bb

View File

@ -92,6 +92,7 @@ namespace osu.Game.Online.API.Requests.Responses
{
TotalScore = TotalScore,
MaxCombo = MaxCombo,
BeatmapInfo = Beatmap.ToBeatmapInfo(rulesets),
User = User,
Accuracy = Accuracy,
OnlineScoreID = OnlineID,