Fix none weapon

This commit is contained in:
INeedBots 2020-12-06 21:15:32 -06:00
parent 6b40f20946
commit 26df2fd01f

View File

@ -2138,6 +2138,8 @@ bot_killstreak_think()
continue;
curWeap = self GetCurrentWeapon();
if (curWeap == "none")
curWeap = self.lastDroppableWeapon;
targetPos = undefined;
switch(self.pers["hardPointItem"])