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

Commit

Permalink
Откат автоудаления гилз
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 committed Jun 11, 2024
1 parent f7b6eb0 commit 88308a9
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 88308a9

Please sign in to comment.