mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-26 22:31:49 +00:00
Fix none weapon
This commit is contained in:
@ -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"])
|
||||||
|
Reference in New Issue
Block a user