init time

This commit is contained in:
ineed bots 2024-04-25 14:15:33 -06:00
parent dfb4fd6bca
commit 1be9d33b90

View File

@ -179,8 +179,11 @@ init()
if ( !isdefined( game[ "botWarfare" ] ) )
{
game[ "botWarfare" ] = true;
game[ "botWarfareInitTime" ] = gettime();
}
level.bot_inittime = gettime();
level.defuseobject = undefined;
level.bots_smokelist = List();