Require supporter for filtering mods on online leaderboards

This commit is contained in:
naoey 2019-07-05 08:42:44 +05:30
parent 98a242cc37
commit 1dab363be3

View File

@ -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;