Update GetTeamCounts.cs

This commit is contained in:
ChocoTaco 2019-04-01 16:01:02 -04:00
parent e66a686f0a
commit 8b01a974d6

View file

@ -8,6 +8,9 @@
// To control whether the server auto resets when empty
// $Host::EmptyServerReset = 0;
$GetCountsClientTeamChange = true;
package StartTeamCounts
{
@ -17,9 +20,6 @@ function CreateServer( %mission, %missionType )
//Call for a GetTeamCount update
GetTeamCounts( %game, %client, %respawn );
//Make sure teamchange variable is set
ResetClientChangedTeams();
//Whether the server auto restarts when empty or not
$Host::Dedicated = $Host::EmptyServerReset;
}