We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccef4d commit a02bbb3Copy full SHA for a02bbb3
ZkLobbyServer/ServerBattle.cs
@@ -1134,6 +1134,7 @@ protected virtual async Task OnDedicatedExited(SpringBattleContext springBattleC
1134
//Initiate discussion time, then map vote, then start vote
1135
discussionTimer.Interval = (DiscussionSeconds - 1) * 1000;
1136
discussionTimer.Start();
1137
+ previousGamePlayers = springBattleContext.ActualPlayers.Select(x => x.Name).ToList();
1138
}
1139
1140
await CheckCloseBattle();
0 commit comments