mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 00:23:01 +08:00
Serialise and send ruleset ID as part of score submission
This commit is contained in:
parent
66b6b014a9
commit
e4ca6a4266
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user