Skip to content

Commit

Permalink
Fix(Component): AF Grip 2 crash error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hxrv3y committed Jun 25, 2023
1 parent a90e41c commit c77d0ca
Showing 1 changed file with 18 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@

<CWeaponComponentInfoBlob>
<Infos>
<Name>COMPONENT_AT_AR_AFGRIP_02</Name>
<Model>w_at_afgrip_2</Model>
<LocName>WCT_GRIP</LocName>
<LocDesc>WCD_GRIP</LocDesc>
<AttachBone>AAPGrip</AttachBone>
<AccuracyModifier type="CWeaponAccuracyModifier">
<AccuracyModifier value="1.100000" />
</AccuracyModifier>
<DamageModifier type="NULL" />
<bShownOnWheel value="true" />
<CreateObject value="true" />
<HudDamage value="0" />
<HudSpeed value="0" />
<HudCapacity value="0" />
<HudAccuracy value="5" />
<HudRange value="0" />
<Item type="CWeaponComponentInfo">
<Name>COMPONENT_AT_AR_AFGRIP_02</Name>
<Model>w_at_ar_afgrip_2</Model>
<LocName>WCT_GRIP</LocName>
<LocDesc>WCD_GRIP</LocDesc>
<AttachBone>AAPGrip</AttachBone>
<WeaponAttachBone>WAPGrip</WeaponAttachBone>
<AccuracyModifier type="CWeaponAccuracyModifier">
<AccuracyModifier value="1.100000" />
</AccuracyModifier>
<DamageModifier type="NULL" />
<bShownOnWheel value="true" />
<CreateObject value="true" />
<HudDamage value="0" />
<HudSpeed value="0" />
<HudCapacity value="0" />
<HudAccuracy value="5" />
<HudRange value="0" />
</Item>
</Infos>
<InfoBlobName></InfoBlobName>
Expand Down

0 comments on commit c77d0ca

Please sign in to comment.