mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-21 23:45:43 +00:00
Fix none weapon
This commit is contained in:
parent
d05d99e4a3
commit
62b87ba632
@ -2399,6 +2399,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