mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-08 12:44:32 +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)
|
||||
{
|
||||
//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;
|
||||
|
||||
//Observers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue