mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 19:32:55 +08:00
Rename property back
This commit is contained in:
parent
8413b0a5d3
commit
e9a114a15c
@ -108,7 +108,7 @@ namespace osu.Game.Scoring
|
||||
// Used for database serialisation/deserialisation.
|
||||
[JsonIgnore]
|
||||
[Column("Mods")]
|
||||
public string ModsString
|
||||
public string ModsJson
|
||||
{
|
||||
get => JsonConvert.SerializeObject(apiMods);
|
||||
set => apiMods = JsonConvert.DeserializeObject<APIMod[]>(value);
|
||||
|
Loading…
Reference in New Issue
Block a user