This commit is contained in:
ineed bots
2023-11-27 19:57:59 -06:00
parent 3498bd096c
commit 091b54fc98
3 changed files with 23 additions and 7 deletions

View File

@@ -23,6 +23,9 @@ init()
if ( !getDvarInt( "bots_main" ) )
return;
if ( !wait_for_builtins() )
PrintLn( "FATAL: NO BUILT-INS FOR BOTS" );
thread load_waypoints();
thread hook_callbacks();