From 6cd1bfd94fc01ad76d9fee3d4c08de5bfc31559a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 24 Nov 2021 12:35:05 +0900 Subject: [PATCH] Remove outdated comment --- osu.Game/Database/RealmContextFactory.cs | 1 - 1 file changed, 1 deletion(-) 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, });