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
It's 4 blue players, 6 red players, I queue as "waiting to join red team"
The button turns grey.
It still correctly joins me into red team when a slot becomes available.
The issue itself, I have seen happening after another player becomes spectator.
Not sure if it starts happening because player limit is exceeded by patreon players...
I think the line client_selected = -99; is the cause of the problem, making your button grey when someone before you switched teams. Maybe the issue is fixed by moving the line into the if (oldteam != this.getSpectatorTeamNum() && player.isMyPlayer()) code block. But I'm currently unable to test it.
Description
Reproduction
Video - https://www.youtube.com/watch?v=qTy_kL6UCN0
The text was updated successfully, but these errors were encountered: