Skip to content

Commit

Permalink
фикс ссылок на удаленный звук
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Apr 19, 2024
1 parent 061d99e commit 173ed86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Defusable/Components/DefusableComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed partial class DefusableComponent : Component
/// The bomb will play this sound on defusal.
/// </summary>
[ViewVariables(VVAccess.ReadOnly), DataField("defusalSound")]
public SoundSpecifier DefusalSound = new SoundPathSpecifier("/Audio/Misc/notice2.ogg");
public SoundSpecifier DefusalSound = new SoundPathSpecifier("/Audio/Misc/notice2_2.ogg");

/// <summary>
/// The bomb will play this sound on bolt.
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Nuke/NukeComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public sealed partial class NukeComponent : SharedNukeComponent
public SoundSpecifier ArmSound = new SoundPathSpecifier("/Audio/Misc/notice1.ogg");

[DataField("disarmSound")]
public SoundSpecifier DisarmSound = new SoundPathSpecifier("/Audio/Misc/notice2.ogg");
public SoundSpecifier DisarmSound = new SoundPathSpecifier("/Audio/Misc/notice2_2.ogg");

[DataField("armMusic")]
public SoundSpecifier ArmMusic = new SoundCollectionSpecifier("NukeMusic");
Expand Down

0 comments on commit 173ed86

Please sign in to comment.