small todo

This commit is contained in:
ineed bots 2023-12-18 09:26:25 -06:00
parent 0380768ed7
commit 674c5dce80

View File

@ -162,6 +162,7 @@ bot_on_spawn()
self.bot_was_follow_script_update = undefined; self.bot_was_follow_script_update = undefined;
self.bot_attacking_plane = false; self.bot_attacking_plane = false;
// grenade c4 watcher
self thread bot_spawn(); self thread bot_spawn();
} }
} }