1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 06:23:39 +08:00

Require supporter for filtering mods on online leaderboards

This commit is contained in:
naoey
2019-07-05 08:42:44 +05:30
Unverified
parent 98a242cc37
commit 1dab363be3
@@ -117,7 +117,7 @@ namespace osu.Game.Screens.Select.Leaderboards
return null;
}
if (Scope != BeatmapLeaderboardScope.Global && !api.LocalUser.Value.IsSupporter)
if (!api.LocalUser.Value.IsSupporter && (Scope != BeatmapLeaderboardScope.Global || filterMods))
{
PlaceholderState = PlaceholderState.NotSupporter;
return null;