1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00

Add missing ks

This commit is contained in:
ineedbots
2021-06-14 10:50:47 -06:00
parent ec5daa12f2
commit f3afda6703

View File

@ -4427,7 +4427,7 @@ bot_killstreak_think_loop(data)
} }
curWeap = self GetCurrentWeapon(); curWeap = self GetCurrentWeapon();
if (isSubStr(curWeap, "airdrop_")) if (isSubStr(curWeap, "airdrop_") || isSubStr(curWeap, "deployable_"))
self thread BotPressAttack(0.05); self thread BotPressAttack(0.05);