Open olee opened 11 months ago
When list_order was set to desc, only the lowest 32 players would be rendered in the list which breaks if there are more than (eg. in S-rank hunts). Imho the code should always use the same slice of top players and just reverse rendering.
list_order
desc
When
list_order
was set todesc
, only the lowest 32 players would be rendered in the list which breaks if there are more than (eg. in S-rank hunts). Imho the code should always use the same slice of top players and just reverse rendering.