mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Add missing ks
This commit is contained in:
parent
ec5daa12f2
commit
f3afda6703
@ -4427,7 +4427,7 @@ bot_killstreak_think_loop(data)
|
||||
}
|
||||
|
||||
curWeap = self GetCurrentWeapon();
|
||||
if (isSubStr(curWeap, "airdrop_"))
|
||||
if (isSubStr(curWeap, "airdrop_") || isSubStr(curWeap, "deployable_"))
|
||||
self thread BotPressAttack(0.05);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user