mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-26 14:21:50 +00:00
small fix
This commit is contained in:
@ -342,6 +342,8 @@ watchPickupGun()
|
|||||||
{
|
{
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
|
weap = self GetCurrentWeapon();
|
||||||
|
|
||||||
if ( weap != "none" && self GetAmmoCount( weap ) )
|
if ( weap != "none" && self GetAmmoCount( weap ) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user