mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Require supporter for filtering mods on online leaderboards
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user