Closed TheKrafter closed 1 year ago
The leaderboard is not ordered according to accumulated points
/leveltop
sql should be something like:
SELECT TOP 5 * FROM {table} ORDER BY points DESC;
instead of whatever it is rn
Closed by #62
Description
The leaderboard is not ordered according to accumulated points
Steps to reproduce
/leveltop