mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Auto Hard Reset
This commit is contained in:
parent
9707a81210
commit
bd1d311bc4
|
|
@ -29,6 +29,10 @@ function CreateServer( %mission, %missionType )
|
|||
// Prevent package from being activated if it is already
|
||||
if (!isActivePackage(TeamCountsTriggers))
|
||||
activatePackage(TeamCountsTriggers);
|
||||
|
||||
// Auto Daily Hard Server Restart at a specific timelimit
|
||||
// getTimeDif from zDarkTigerStats.cs
|
||||
schedule(getTimeDif("10\t00\tam"),0,"quit");
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue