Skip to content

Commit

Permalink
Add missing semicolon to INI file (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Aug 28, 2022
1 parent f22a85e commit 9f7a5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ Weapon HumveeMissileWeapon
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 1000 ; time between shots, msec
ClipSize = 1 ; how many shots in a Clip (0 == infinite) ; You have to have a clip size as a missile weapon
ClipReloadTime = 2000 how long to reload a Clip, msec
ClipReloadTime = 2000 ; how long to reload a Clip, msec
AutoReloadsClip = Yes
FireSound = HumveeWeaponTOW
ProjectileDetonationFX = WeaponFX_RocketBuggyMissileDetonation
Expand Down

0 comments on commit 9f7a5ac

Please sign in to comment.