We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c0def4 + 6973283 commit a1e27ddCopy full SHA for a1e27dd
app/Models/Traits/UserScoreable.php
@@ -19,6 +19,7 @@ trait UserScoreable
19
public function aggregatedScoresBest(string $mode, null | true $legacyOnly, int $size): array
20
{
21
return (new FetchDedupedScores('beatmap_id', ScoreSearchParams::fromArray([
22
+ 'exclude_without_pp' => true,
23
'is_legacy' => $legacyOnly,
24
'limit' => $size,
25
'ruleset_id' => Beatmap::MODES[$mode],
0 commit comments