From f077a873f3ae55e8f8dd944d5d6b3f1355ccebdb Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Mon, 7 Sep 2020 17:09:22 -0400 Subject: [PATCH] Observers var for reference --- Classic/scripts/autoexec/GetTeamCounts.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Classic/scripts/autoexec/GetTeamCounts.cs b/Classic/scripts/autoexec/GetTeamCounts.cs index d0aca39..759cfe0 100644 --- a/Classic/scripts/autoexec/GetTeamCounts.cs +++ b/Classic/scripts/autoexec/GetTeamCounts.cs @@ -47,6 +47,7 @@ function GetTeamCounts(%game) //Variables $TotalTeamPlayerCount = $TeamRank[1, count] + $TeamRank[2, count]; $AllPlayerCount = $HostGamePlayerCount; + $Observers = $HostGamePlayerCount - ($TeamRank[1, count] + $TeamRank[2, count]); //echo("$PlayerCount[0] " @ $HostGamePlayerCount - ($TeamRank[1, count] + $TeamRank[2, count])); //echo("$PlayerCount[1] " @ $TeamRank[1, count]);