Skip to content

Commit 5c75027

Browse files
committed
Oops, no way that was going to work.
1 parent a4b5795 commit 5c75027

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ZkLobbyServer/ServerBattle.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,11 +1054,7 @@ public virtual void ValidateBattleStatus(UserBattleStatus ubs)
10541054
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);
10551055
}
10561056
}
1057-
if (ubs.QueueOrder <= 0)
1058-
{
1059-
ubs.QueueOrder = ++QueueCounter;
1060-
if IsInPreviousGame(ubs.Name) ubs.QueueOrder += 1000;
1061-
}
1057+
if (ubs.QueueOrder <= 0) ubs.QueueOrder = ++QueueCounter;
10621058
}
10631059
else
10641060
{

0 commit comments

Comments
 (0)