diff --git a/osu.Game.Rulesets.Karaoke/KaraokeRuleset.cs b/osu.Game.Rulesets.Karaoke/KaraokeRuleset.cs index d0c431517..a63f4e343 100644 --- a/osu.Game.Rulesets.Karaoke/KaraokeRuleset.cs +++ b/osu.Game.Rulesets.Karaoke/KaraokeRuleset.cs @@ -284,12 +284,14 @@ public override StatisticItem[] CreateStatisticsForScore(ScoreInfo score, IBeatm return statistic.ToArray(); } - public override IEnumerable CreateEditorSetupSections() => new SetupSection[] - { + public override IEnumerable CreateEditorSetupSections() => + [ + new MetadataSection(), + new ResourcesSection(), new KaraokeSingerSection(), new KaraokeTranslationSection(), new KaraokeNoteSection(), - }; + ]; public KaraokeRuleset() {