diff --git a/Classic/scripts/autoexec/GetTeamCounts.cs b/Classic/scripts/autoexec/GetTeamCounts.cs index 19851e1..be82bc9 100644 --- a/Classic/scripts/autoexec/GetTeamCounts.cs +++ b/Classic/scripts/autoexec/GetTeamCounts.cs @@ -22,6 +22,10 @@ function CreateServer( %mission, %missionType ) //Call for a GetTeamCount update GetTeamCounts( %game, %client, %respawn ); + // Set when server starts + // Used to reset timelimit (if voted) when map changes + $DefaultTimeLimit = $Host::TimeLimit; + // Prevent package from being activated if it is already if (!isActivePackage(TeamCountsTriggers)) activatePackage(TeamCountsTriggers);