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
@@ -1061,11 +1053,7 @@ public virtual void ValidateBattleStatus(UserBattleStatus ubs)
1061
1053
SayBattle("Your Rank ("+Ranks.RankNames[ubs.LobbyUser.Rank]+") is too low. The minimum Rank to play in this battle is "+Ranks.RankNames[MinRank]+".",ubs.Name);
1062
1054
}
1063
1055
}
1064
-
if(ubs.QueueOrder<=0)
1065
-
{
1066
-
ubs.QueueOrder=++QueueCounter;
1067
-
if IsInPreviousGame(ubs.Name)ubs.QueueOrder+=1000;
0 commit comments