mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +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();
|
curWeap = self GetCurrentWeapon();
|
||||||
if (isSubStr(curWeap, "airdrop_"))
|
if (isSubStr(curWeap, "airdrop_") || isSubStr(curWeap, "deployable_"))
|
||||||
self thread BotPressAttack(0.05);
|
self thread BotPressAttack(0.05);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user