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:
@ -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);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user