1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 21:37:45 +08:00

Remove outdated comment

This commit is contained in:
Dean Herbert 2021-11-24 12:35:05 +09:00
parent 4149d458f0
commit 6cd1bfd94f

View File

@ -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,
});