wethegreenpeople / IdleBusiness

A multiplayer idle game
3 stars 3 forks source link

Business directory sorts CPS by string and not number #13

Closed wethegreenpeople closed 4 years ago

wethegreenpeople commented 4 years ago

The business directory is a table that has a column for CPS, the CPS that gets displayed is in the shortened string format (ex: 1000 = 1k), unfortunately this means when you sort by string your order is incorrect.

We'll have to see if there's a way to hide the real value in the column and sort by that instead.