Skip to content

Commit

Permalink
Load-save bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Jun 8, 2024
1 parent c477276 commit 15a2af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ public override void PostExposeData()
{
CompAmmo.CurMagCount = UnderBarrelMagCount;
CompAmmo.CurrentAmmo = UnderBarrelLoadedAmmo;
CompAmmo.props = this.Props.propsUnderBarrel;
}

CompAmmo.props = this.Props.propsUnderBarrel;
CompEq.PrimaryVerb.verbProps = Props.verbPropsUnderBarrel;
CompFireModes.props = this.Props.propsFireModesUnderBarrel;

Expand Down

0 comments on commit 15a2af7

Please sign in to comment.