mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-26 14:21:50 +00:00
Fix none weapon
This commit is contained in:
@ -2399,6 +2399,8 @@ bot_killstreak_think()
|
||||
continue;
|
||||
|
||||
curWeap = self GetCurrentWeapon();
|
||||
if (curWeap == "none")
|
||||
curWeap = self.lastDroppableWeapon;
|
||||
|
||||
targetPos = undefined;
|
||||
switch(self.pers["hardPointItem"])
|
||||
|
Reference in New Issue
Block a user