mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-27 16:39:55 +02:00
Update Weapon.cpp
This commit is contained in:
@@ -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() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user