mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-10 06:05:09 +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
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue