K4ryuu / CS2_SimpleRanks

A CS2 server extension that allows you to create an unlimited number of ranks with customizable experience thresholds and rank colors. Players gain or lose experience during various in-game events, enabling them to advance or regress between ranks. The extension is fully configurable using 'configs.json' and utilizes MySQL to store data.
GNU General Public License v3.0
27 stars 1 forks source link

[BUG] !ranktop #24

Closed onlyguts closed 8 months ago

onlyguts commented 8 months ago

When we do the !ranktop command, it displays our rank for all the players on the list, as shown in the image below:

20231110025527_1

My ranks :

Silver I - Exp: 0 Silver II - Exp: 50 Silver III - Exp: 100 Silver IV - Exp: 150 Silver Elite - Exp: 200 Silver Elite Master - Exp: 250 Gold Nova I - Exp: 300

ect ...

K4ryuu commented 8 months ago

Bug has been fixed in V2.1.0. Thank you for the report.