mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-11-03 06:37:06 +00:00
fix switching weapons
This commit is contained in:
@@ -851,7 +851,7 @@ bot_weapon_think_loop( data )
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( isWeaponDroppable( weapon ) )
|
||||
if ( !isWeaponDroppable( weapon ) )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user