From 887b81148db1741aaee3f85642beeb536ddc0528 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Wed, 6 Dec 2017 14:14:07 +0900 Subject: [PATCH] Don't ignore RulesetId 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 6b5f7cb150..9450022a01 100644 --- a/osu.Game/Beatmaps/BeatmapInfo.cs +++ b/osu.Game/Beatmaps/BeatmapInfo.cs @@ -79,7 +79,6 @@ namespace osu.Game.Beatmaps public float StackLeniency { get; set; } public bool SpecialStyle { get; set; } - [JsonIgnore] public int RulesetID { get; set; } public RulesetInfo Ruleset { get; set; }