Not removing previous rank

Hello!

Sometimes when people get ranked up to a new rank the previous rank they had dont get removed and have to be removed manually by an admin. It only seem to happen between 2 specific ranks I have. But what's weird is that it works sometimes, and sometimes not.
Any Ideas?

This is an odd bug, but I will try to fix it soon.
Im experiencing this too. 
Ankawi
This is an odd bug, but I will try to fix it soon.

Any update on this? Still having the same issue for over a year now ():

Hi there, any word on this? Also is there a command or way to remove the players from the old ranks?

Any solution for "not removing previous rank"?

gdmxRoT3XawpzuZ.jpg buiji

Any solution for "not removing previous rank"?

Nope, don't seem like it. The plugin was last updated 3 years ago. I ended up getting my own rank system similar to this one, hooked up with a mysql database.

Bagge

Nope, don't seem like it. The plugin was last updated 3 years ago. I ended up getting my own rank system similar to this one, hooked up with a mysql database.

I have found after using this plugin since its release that the "dual" rank only lasts for a little while then the highest rank will show . i have had less problem with this using playtimetracker instead of connectdb

A simple fix to this issue is to comment out line 153. The line states:

RevokeLower(player, Convert.ToDouble(newRank["Playtime"]));

How do i comment out the line