un-hide spectators because of a bug
This commit is contained in:
parent
89a3f225b1
commit
5e8e71792f
@ -267,7 +267,7 @@ if (!Server_MatchInfo.RegistrationClosed) {
|
|||||||
Server_MatchInfo.Participants.add(Player.User.Login);
|
Server_MatchInfo.Participants.add(Player.User.Login);
|
||||||
Scores::SetPlayerMatchPoints(Player.Score, S_PointsStartup);
|
Scores::SetPlayerMatchPoints(Player.Score, S_PointsStartup);
|
||||||
}
|
}
|
||||||
UIModules_ScoresTable::DisplayOnly(Server_MatchInfo.Participants);
|
//UIModules_ScoresTable::DisplayOnly(Server_MatchInfo.Participants); // Bugged
|
||||||
foreach (Spectator in Spectators) {
|
foreach (Spectator in Spectators) {
|
||||||
if (Spectator.User == Null) continue;
|
if (Spectator.User == Null) continue;
|
||||||
if (Spectator.Score == Null) continue;
|
if (Spectator.Score == Null) continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user