diff --git a/main_shared/maps/mp/bots/_bot_script.gsc b/main_shared/maps/mp/bots/_bot_script.gsc index 3be7f5f..be3f3bd 100644 --- a/main_shared/maps/mp/bots/_bot_script.gsc +++ b/main_shared/maps/mp/bots/_bot_script.gsc @@ -319,7 +319,8 @@ bot_spawn() /* self thread bot_target_vehicle(); self thread bot_equipment_kill_think(); - self thread bot_turret_think();*/ + */ + self thread bot_turret_think(); self thread bot_dogs_think(); }