diff --git a/service/scoresaber/bind_ss.go b/service/scoresaber/bind_ss.go index 2b7a018..8b957a7 100644 --- a/service/scoresaber/bind_ss.go +++ b/service/scoresaber/bind_ss.go @@ -338,7 +338,7 @@ func (ss *ssQuery) GetRecentScores(count int, qqId string) ([]RecordDataLite, er scores := response.Data records := make([]RecordDataLite, 0) for k, score := range scores { - if k > count { + if k > count-1 { break } record := RecordDataLite{