This commit is contained in:
ChocoTaco1 2020-03-29 23:36:06 -04:00
parent 8b9b68c659
commit 34dde640ac

View file

@ -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);