Rename method to drop redundant ruleset suffix

This commit is contained in:
Dean Herbert
2021-09-05 13:34:23 +09:00
parent 1a90fb1ef3
commit 25420af078
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Screens.Edit.Setup
new DesignSection(),
};
var rulesetSpecificSection = beatmap.BeatmapInfo.Ruleset?.CreateInstance()?.CreateEditorSetupSectionForRuleset();
var rulesetSpecificSection = beatmap.BeatmapInfo.Ruleset?.CreateInstance()?.CreateEditorSetupSection();
if (rulesetSpecificSection != null)
sectionsEnumerable.Add(rulesetSpecificSection);