diff --git a/autoexec/GetTeamCounts.cs b/autoexec/GetTeamCounts.cs index bddab57..4d46b6a 100644 --- a/autoexec/GetTeamCounts.cs +++ b/autoexec/GetTeamCounts.cs @@ -9,8 +9,11 @@ function CreateServer(%mission, %missionType) //Call default function parent::CreateServer(%mission, %missionType); //Start - //Call for a GetTeamCount update + //Make sure our activation variable is set ResetClientChangedTeams(); + //Keeps server Auto Reset off + $Host::Dedicated = 0; + //Call for a GetTeamCount update GetTeamCounts( %game, %client, %respawn ); } diff --git a/autoexec/PUGpasscheck.cs b/autoexec/PUGpasscheck.cs index fca410a..f219226 100644 --- a/autoexec/PUGpasscheck.cs +++ b/autoexec/PUGpasscheck.cs @@ -1,4 +1,5 @@ //To activate a password in certain gamemodes +//called in Getcounts.cs function CheckPUGpassword() { if( $CurrentMissionType !$= "LakRabbit" ) {