Skip to content

Commit a02bbb3

Browse files
committed
Populate list.
1 parent 3ccef4d commit a02bbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ZkLobbyServer/ServerBattle.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ protected virtual async Task OnDedicatedExited(SpringBattleContext springBattleC
11341134
//Initiate discussion time, then map vote, then start vote
11351135
discussionTimer.Interval = (DiscussionSeconds - 1) * 1000;
11361136
discussionTimer.Start();
1137+
previousGamePlayers = springBattleContext.ActualPlayers.Select(x => x.Name).ToList();
11371138
}
11381139
}
11391140
await CheckCloseBattle();

0 commit comments

Comments
 (0)