mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Moved
This commit is contained in:
parent
8b9b68c659
commit
34dde640ac
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ function CreateServer( %mission, %missionType )
|
||||||
//Call for a GetTeamCount update
|
//Call for a GetTeamCount update
|
||||||
GetTeamCounts( %game, %client, %respawn );
|
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
|
// Prevent package from being activated if it is already
|
||||||
if (!isActivePackage(TeamCountsTriggers))
|
if (!isActivePackage(TeamCountsTriggers))
|
||||||
activatePackage(TeamCountsTriggers);
|
activatePackage(TeamCountsTriggers);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue