Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #282 from Corvax-Frontier/Pitron
Browse files Browse the repository at this point in the history
Откат автоудаления гильз
  • Loading branch information
Zekins3366 authored Jun 11, 2024
2 parents f7b6eb0 + 88308a9 commit 1447747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Weapons/Ranged/Components/AmmoComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public sealed partial class CartridgeAmmoComponent : AmmoComponent
/// Caseless ammunition.
/// </summary>
[DataField("deleteOnSpawn")]
public bool DeleteOnSpawn = true; // Corvax-Frontier-Optimization
public bool DeleteOnSpawn;

[DataField("soundEject")]
public SoundSpecifier? EjectSound = new SoundCollectionSpecifier("CasingEject");
Expand Down

0 comments on commit 1447747

Please sign in to comment.