You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user info bar at the bottom of the MP lobby displays the player's rank. Normally, it should display their skill rating rank, but sometimes it displays their average rank rank or their grandtotal rank. This behaviour appears to be random.
This isn't an issue with the game itself, but rather an issue with the script that outputs the user data. Specifically, it's USER_INFO_URL that produces the problem. (I've tried checking whether USER_SMALL_INFO_URL has the same issue as well, but I wasn't successful in doing that.)
For this issue to be fixed, the script should produce the user's skill rating rank every time.
The text was updated successfully, but these errors were encountered:
The user info bar at the bottom of the MP lobby displays the player's rank. Normally, it should display their skill rating rank, but sometimes it displays their average rank rank or their grandtotal rank. This behaviour appears to be random.
This isn't an issue with the game itself, but rather an issue with the script that outputs the user data. Specifically, it's
USER_INFO_URL
that produces the problem. (I've tried checking whetherUSER_SMALL_INFO_URL
has the same issue as well, but I wasn't successful in doing that.)For this issue to be fixed, the script should produce the user's skill rating rank every time.
The text was updated successfully, but these errors were encountered: