From 5e8e71792fedfa044d3ee32a32c8d8767b6aa611 Mon Sep 17 00:00:00 2001 From: Beu Date: Sat, 11 Jun 2022 23:49:27 +0200 Subject: [PATCH] un-hide spectators because of a bug --- TM_ReverseCup.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM_ReverseCup.Script.txt b/TM_ReverseCup.Script.txt index 16f29a7..206c55a 100644 --- a/TM_ReverseCup.Script.txt +++ b/TM_ReverseCup.Script.txt @@ -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;