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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user