un-hide spectators because of a bug

This commit is contained in:
Beu 2022-06-11 23:49:27 +02:00
parent 89a3f225b1
commit 5e8e71792f
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ if (!Server_MatchInfo.RegistrationClosed) {
Server_MatchInfo.Participants.add(Player.User.Login);
Scores::SetPlayerMatchPoints(Player.Score, S_PointsStartup);
}
UIModules_ScoresTable::DisplayOnly(Server_MatchInfo.Participants);
//UIModules_ScoresTable::DisplayOnly(Server_MatchInfo.Participants); // Bugged
foreach (Spectator in Spectators) {
if (Spectator.User == Null) continue;
if (Spectator.Score == Null) continue;