mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Fix SoloScoreInfo
not copying over legacy score ID when converting to ScoreInfo
This commit is contained in:
parent
900530080f
commit
c3e9f5184f
@ -190,6 +190,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
var score = new ScoreInfo
|
||||
{
|
||||
OnlineID = OnlineID,
|
||||
LegacyOnlineID = (long?)LegacyScoreId ?? -1,
|
||||
User = User ?? new APIUser { Id = UserID },
|
||||
BeatmapInfo = new BeatmapInfo { OnlineID = BeatmapID },
|
||||
Ruleset = new RulesetInfo { OnlineID = RulesetID },
|
||||
|
Loading…
x
Reference in New Issue
Block a user