Update Weapon.cpp

This commit is contained in:
Fire_Head 2020-04-15 08:13:46 +03:00 committed by GitHub
parent daed13485e
commit 7c13d72edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1518,7 +1518,7 @@ CWeapon::FireSniper(CEntity *shooter)
CBulletInfo::AddBullet(shooter, m_eWeaponType, source, dir);
if ( shooter == FindPlayerPed() )
++CStats::InstantHitsFiredByPlayer;
CStats::InstantHitsFiredByPlayer++;
if ( shooter == FindPlayerPed() )
{