mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-23 02:35:43 +00:00
Fix none weapon
This commit is contained in:
parent
6b40f20946
commit
26df2fd01f
@ -2138,6 +2138,8 @@ bot_killstreak_think()
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
curWeap = self GetCurrentWeapon();
|
curWeap = self GetCurrentWeapon();
|
||||||
|
if (curWeap == "none")
|
||||||
|
curWeap = self.lastDroppableWeapon;
|
||||||
|
|
||||||
targetPos = undefined;
|
targetPos = undefined;
|
||||||
switch(self.pers["hardPointItem"])
|
switch(self.pers["hardPointItem"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user