1
0
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:
smoogipoo 2017-12-07 15:55:22 +09:00
parent 0ba8988580
commit 09f54b06ac

View File

@ -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; }