temp disable

This commit is contained in:
ineed bots 2023-06-20 14:00:27 -06:00
parent 5b5133a629
commit b117cdb1fa

View File

@ -7,7 +7,7 @@
*/ */
bot_script_init() bot_script_init()
{ {
level thread maps\bots\script_objectives\_obj_init::init(); //level thread maps\bots\script_objectives\_obj_init::init();
} }
/* /*
@ -31,7 +31,7 @@ connected()
self thread onBotSpawned(); self thread onBotSpawned();
self thread onSpawned(); self thread onSpawned();
self thread maps\bots\script_objectives\_obj_init::connected(); //self thread maps\bots\script_objectives\_obj_init::connected();
} }
/* /*
@ -370,7 +370,7 @@ onSpawned()
self.bot_lock_goal = false; self.bot_lock_goal = false;
self.bot_was_follow_script_update = undefined; self.bot_was_follow_script_update = undefined;
self thread maps\bots\script_objectives::spawned(); //self thread maps\bots\script_objectives::spawned();
} }
} }
@ -383,5 +383,5 @@ start_bot_threads()
level endon( "intermission" ); level endon( "intermission" );
self endon( "zombified" ); self endon( "zombified" );
self thread maps\bots\script_objectives::start_bot_threads(); //self thread maps\bots\script_objectives::start_bot_threads();
} }