mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Update TeamManagement.cs
This commit is contained in:
parent
74ed8c8cde
commit
8fc19d4764
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function GetTeamCounts(%game)
|
||||||
if($countdownStarted && $MatchStarted)
|
if($countdownStarted && $MatchStarted)
|
||||||
{
|
{
|
||||||
//Variables
|
//Variables
|
||||||
$TotalTeamPlayerCount = (Game.class $= "LakRabbitGame") ? $TeamRank[0, count] : ($TeamRank[1, count] + $TeamRank[2, count]);
|
$TotalTeamPlayerCount = (Game.class $= "LakRabbitGame" || Game.class $= "DMGame") ? $TeamRank[0, count] : ($TeamRank[1, count] + $TeamRank[2, count]);
|
||||||
$AllPlayerCount = $HostGamePlayerCount;
|
$AllPlayerCount = $HostGamePlayerCount;
|
||||||
|
|
||||||
//Observers
|
//Observers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue