mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
fix
This commit is contained in:
parent
a83c540109
commit
e3f400ac2e
@ -3816,7 +3816,7 @@ bot_killstreak_think()
|
||||
ksWeap = maps\mp\killstreaks\_killstreaks::getKillstreakWeapon( streakName );
|
||||
curWeap = self GetCurrentWeapon();
|
||||
|
||||
if (curWeap == "none")
|
||||
if (curWeap == "none" || !isWeaponPrimary(curWeap))
|
||||
curWeap = self GetLastWeapon();
|
||||
|
||||
lifeId = self.pers["killstreaks"][0].lifeId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user