Fix none weapon

This commit is contained in:
INeedBots 2020-12-06 21:18:00 -06:00
parent d05d99e4a3
commit 62b87ba632

View File

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