mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Check added
So T2 wont crash when getTimeDif is missing
This commit is contained in:
parent
6281639e80
commit
ad685535f9
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ function CreateServer( %mission, %missionType )
|
||||||
|
|
||||||
// Auto Daily Hard Server Restart at a specific time
|
// Auto Daily Hard Server Restart at a specific time
|
||||||
// getTimeDif from zDarkTigerStats.cs
|
// getTimeDif from zDarkTigerStats.cs
|
||||||
schedule(getTimeDif("10\t00\tam"),0,"quit");
|
if($dtStats::version)
|
||||||
|
schedule(getTimeDif("10\t00\tam"),0,"quit");
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue