mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09: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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Scope != BeatmapLeaderboardScope.Global && !api.LocalUser.Value.IsSupporter)
|
if (!api.LocalUser.Value.IsSupporter && (Scope != BeatmapLeaderboardScope.Global || filterMods))
|
||||||
{
|
{
|
||||||
PlaceholderState = PlaceholderState.NotSupporter;
|
PlaceholderState = PlaceholderState.NotSupporter;
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user