TulipSMP / Tiramisu

Here to help with moderation and community management!
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Leaderboard in wrong order #50

Closed TheKrafter closed 1 year ago

TheKrafter commented 1 year ago

Description

The leaderboard is not ordered according to accumulated points

Steps to reproduce

  1. Get levels
  2. Use /leveltop
  3. See that its not in the right order
TheKrafter commented 1 year ago

sql should be something like:

SELECT TOP 5 * FROM {table} ORDER BY points DESC;

instead of whatever it is rn

TheKrafter commented 1 year ago

Closed by #62