Fix shavit-timelimit not working.

This commit is contained in:
shavitush 2016-10-14 18:09:57 +03:00
parent 8277312421
commit 63841b61ef
No known key found for this signature in database
GPG Key ID: 0A298F154527B9A4

View File

@ -109,6 +109,11 @@ public Action CheckForSQLInfo(Handle Timer)
return SetSQLInfo();
}
public void OnMapStart()
{
StartCalculating();
}
Action SetSQLInfo()
{
if(gH_SQL == null)