mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
Fixed bots using bombs
This commit is contained in:
parent
d98a0dbce9
commit
9be5b7e612
@ -594,6 +594,9 @@ watchPickupGun()
|
||||
{
|
||||
wait 1;
|
||||
|
||||
if ( self UseButtonPressed() )
|
||||
continue;
|
||||
|
||||
weap = self GetCurrentWeapon();
|
||||
|
||||
if ( weap != "none" && self GetAmmoCount( weap ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user