mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Check added
So T2 wont crash when getTimeDif is missing
This commit is contained in:
parent
6281639e80
commit
ad685535f9
|
|
@ -32,7 +32,8 @@ function CreateServer( %mission, %missionType )
|
|||
|
||||
// Auto Daily Hard Server Restart at a specific time
|
||||
// getTimeDif from zDarkTigerStats.cs
|
||||
schedule(getTimeDif("10\t00\tam"),0,"quit");
|
||||
if($dtStats::version)
|
||||
schedule(getTimeDif("10\t00\tam"),0,"quit");
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue