Update mp5.cpp.

This commit is contained in:
Night Owl 2017-07-06 00:20:29 +05:00
parent 85edea072b
commit 495c771724
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ void CMP5::SecondaryAttack( void )
void CMP5::Reload( void )
{
if( m_pPlayer->ammo_9mm <= 0 )
if( m_pPlayer->m_rgAmmo[m_iPrimaryAmmoType] <= 0 || m_iClip == MP5_MAX_CLIP )
return;
DefaultReload( MP5_MAX_CLIP, MP5_RELOAD, 1.5 );