1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Merge pull request #13681 from peppy/score-submit-ruleset-id

Serialise and send ruleset ID as part of score submission
This commit is contained in:
Dan Balasescu 2021-06-29 11:27:13 +09:00 committed by GitHub
commit 471bf9a752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ namespace osu.Game.Scoring
[JsonIgnore]
public int Combo { get; set; } // Todo: Shouldn't exist in here
[JsonIgnore]
[JsonProperty("ruleset_id")]
public int RulesetID { get; set; }
[JsonProperty("passed")]