Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Update Weapon.cpp
  • Loading branch information
Fire-Head committed Apr 15, 2020
1 parent daed134 commit 7c13d72edc43ad0f141739937ab6238197a1db38
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/weapons/Weapon.cpp
@@ -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() )
{

0 comments on commit 7c13d72

Please sign in to comment.