Skip to content

Commit 75751c7

Browse files
committed
Merge pull request #87 from KirillMysnik/master
It it "LocalActiveWeaponData" according to CS:S.
2 parents 18bf7a4 + 08eff16 commit 75751c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/source-python/data/source-python/entities/CBaseCombatWeapon.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
[property]
77

8-
next_attack = LocalWeaponActiveData.m_flNextPrimaryAttack
9-
next_secondary_fire_attack = LocalWeaponActiveData.m_flNextSecondaryAttack
8+
next_attack = LocalActiveWeaponData.m_flNextPrimaryAttack
9+
next_secondary_fire_attack = LocalActiveWeaponData.m_flNextSecondaryAttack
1010
ammoprop = LocalWeaponData.m_iPrimaryAmmoType
1111
secondary_fire_ammoprop = LocalWeaponData.m_iSecondaryAmmoType
1212
owner = m_hOwner

0 commit comments

Comments
 (0)