mirror of
https://github.com/ppy/osu.git
synced 2025-03-25 03:07:34 +08:00
Just don't serialize Author altogether for now
This commit is contained in:
parent
0ba8988580
commit
09f54b06ac
@ -52,8 +52,8 @@ namespace osu.Game.Beatmaps
|
||||
/// <summary>
|
||||
/// The author of the beatmaps in this set.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public User Author;
|
||||
public bool ShouldSerializeAuthor() => false;
|
||||
|
||||
public string Source { get; set; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user