mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Rename fetch method to be non-plural to match all others
This commit is contained in:
@ -91,7 +91,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
tier = RankingTier.Lustrous;
|
||||
}
|
||||
|
||||
return osuColour.ForRankingTiers(tier);
|
||||
return osuColour.ForRankingTier(tier);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user