kaiusl / KLPlugins.DynLeaderboards

ACC leaderboard plugin for SimHub
https://kaiusl.github.io/KLPlugins.DynLeaderboards/
MIT License
13 stars 1 forks source link

PartialRelativeClass shows N-1 position ahead instead of N #6

Closed kaiusl closed 2 years ago

kaiusl commented 2 years ago

If the number of relative positions for partial relative class leaderboard is set to N, then it only shows N-1 positions ahead but N+1 positions behind. Simplest to see it is to compare to the partial overall leaderboard in single class race.

The positions need to be shifted by one. Should be a simple fix, I think...