mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 07:34:36 +00:00
Auto Hard Reset
This commit is contained in:
parent
9707a81210
commit
bd1d311bc4
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ function CreateServer( %mission, %missionType )
|
||||||
// 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);
|
||||||
|
|
||||||
|
// Auto Daily Hard Server Restart at a specific timelimit
|
||||||
|
// getTimeDif from zDarkTigerStats.cs
|
||||||
|
schedule(getTimeDif("10\t00\tam"),0,"quit");
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue