diff --git a/osu.Game/Database/RealmContextFactory.cs b/osu.Game/Database/RealmContextFactory.cs index 760b154397..f48e11da8d 100644 --- a/osu.Game/Database/RealmContextFactory.cs +++ b/osu.Game/Database/RealmContextFactory.cs @@ -200,7 +200,6 @@ namespace osu.Game.Database { Key = dkb.Key, Value = dkb.StringValue, - // important: this RulesetStore must be the EF one. RulesetName = shortName, Variant = dkb.Variant ?? 0, });