diff --git a/projects/common/src/types/player/impl/scoresaber-player.ts b/projects/common/src/types/player/impl/scoresaber-player.ts index d559ed8..12d009f 100644 --- a/projects/common/src/types/player/impl/scoresaber-player.ts +++ b/projects/common/src/types/player/impl/scoresaber-player.ts @@ -147,7 +147,7 @@ export async function getScoreSaberPlayerFromToken( }; } } - if (missingDays > 0) { + if (missingDays > 0 && missingDays != playerRankHistory.length) { console.log( `Player has ${missingDays} missing day${missingDays > 1 ? "s" : ""}, filling in with fallback history...` );