Skip to content

Commit 5f2fb12

Browse files
committed
Don't be tricky, just update everyone.
1 parent 63de4a2 commit 5f2fb12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ZkLobbyServer/ServerBattle.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,10 +1141,9 @@ protected virtual async Task OnDedicatedExited(SpringBattleContext springBattleC
11411141
if (Users.TryGetValue(n, out ubs))
11421142
{
11431143
ubs.QueueOrder = -1;
1144-
ValidateBattleStatus(ubs);
1145-
await server.Broadcast(Users.Keys, ubs.ToUpdateBattleStatus());
11461144
}
11471145
}
1146+
await ValidateAllBattleStatuses();
11481147
}
11491148
}
11501149
await CheckCloseBattle();

0 commit comments

Comments
 (0)