Skip to content

Commit

Permalink
init time
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Apr 25, 2024
1 parent dfb4fd6 commit 1be9d33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maps/mp/bots/_bot.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 1be9d33

Please sign in to comment.