mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Just don't serialize Author altogether for now
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user