From d7fe3584cde52011d776d26f1bcb95a651d56896 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 14 Dec 2021 21:00:19 +0900 Subject: [PATCH] Don't persist `Countdown` to realm for now It's another enum which is a pain to handle, and not actually being consumed anywhere. --- osu.Game/Beatmaps/BeatmapInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Beatmaps/BeatmapInfo.cs b/osu.Game/Beatmaps/BeatmapInfo.cs index 796c2b2e90..fc0d007df4 100644 --- a/osu.Game/Beatmaps/BeatmapInfo.cs +++ b/osu.Game/Beatmaps/BeatmapInfo.cs @@ -101,6 +101,7 @@ namespace osu.Game.Beatmaps public double TimelineZoom { get; set; } + [Ignored] public CountdownType Countdown { get; set; } = CountdownType.Normal; ///