Skip to content

Commit 3ccef4d

Browse files
committed
Maybe this.
1 parent e21f57d commit 3ccef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZkLobbyServer/ServerBattle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ public virtual void ValidateBattleStatus(UserBattleStatus ubs)
10641064
if (ubs.QueueOrder <= 0)
10651065
{
10661066
ubs.QueueOrder = ++QueueCounter;
1067-
if IsInPreviousGame(ubs.Name) ubs.QueueOrder += 1000;
1067+
if (IsInPreviousGame(ubs.Name)) ubs.QueueOrder += 1000;
10681068
}
10691069
}
10701070
else

0 commit comments

Comments
 (0)