Rename fetch method to be non-plural to match all others

This commit is contained in:
Dean Herbert
2023-01-23 15:43:52 +09:00
parent 8ae82484b5
commit 9c2494383f
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
tier = RankingTier.Lustrous;
}
return osuColour.ForRankingTiers(tier);
return osuColour.ForRankingTier(tier);
}
}
}