From 22f8853f49de80e604e25c3684061a23cbe68e1b Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Thu, 21 Dec 2017 14:44:51 +0900 Subject: [PATCH] Serialize star difficulty for now --- osu.Game/Beatmaps/BeatmapInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Beatmaps/BeatmapInfo.cs b/osu.Game/Beatmaps/BeatmapInfo.cs index 8139aff6ef..1da3dc8a54 100644 --- a/osu.Game/Beatmaps/BeatmapInfo.cs +++ b/osu.Game/Beatmaps/BeatmapInfo.cs @@ -123,7 +123,6 @@ public string StoredBookmarks [JsonProperty("difficulty_rating")] public double StarDifficulty { get; set; } - public bool ShouldSerializeStarDifficulty() => false; public override string ToString() => $"{Metadata} [{Version}]";