mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 06:09:59 +08:00
Fix recommender's incorrect usage of current ruleset
This commit is contained in:
@@ -51,7 +51,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
foreach (var r in getBestRulesetOrder())
|
||||
{
|
||||
recommendedStarDifficulty.TryGetValue(ruleset.Value, out var stars);
|
||||
recommendedStarDifficulty.TryGetValue(r, out var stars);
|
||||
|
||||
beatmap = beatmaps.Where(b => b.Ruleset.Equals(r)).OrderBy(b =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user