This commit is contained in:
parent
28898fdd56
commit
56aea4a613
@ -153,7 +153,7 @@ async function updateAverages() {
|
|||||||
rank: 0,
|
rank: 0,
|
||||||
maxCombo: 0,
|
maxCombo: 0,
|
||||||
};
|
};
|
||||||
const rankedScores = scores.filter((score) => score.rank);
|
const rankedScores = scores.filter((score) => score.pp);
|
||||||
scores.forEach((score) => {
|
scores.forEach((score) => {
|
||||||
if (score.acc) {
|
if (score.acc) {
|
||||||
average.acc += score.acc;
|
average.acc += score.acc;
|
||||||
|
Loading…
Reference in New Issue
Block a user