Skip to content

Commit

Permalink
fix: PumpBarrelMagazine::IsCocked
Browse files Browse the repository at this point in the history
  • Loading branch information
IRacle1 committed Dec 24, 2024
1 parent 88ce337 commit 5d4734f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public override bool IsCocked

set
{
PumpBarrel.SyncCocked = MaxAmmo;
PumpBarrel.SyncCocked = value ? MaxAmmo : 0;
Resync();
}
}
Expand Down

0 comments on commit 5d4734f

Please sign in to comment.