Skip to content

Commit

Permalink
Фикс звука
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Sep 9, 2024
1 parent cacd77e commit d8ad055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void EraseDeleteTime(EntityUid uid)
_popup.PopupCoordinates(Loc.GetString("admin-erase-popup", ("user", name)), coordinates, PopupType.LargeCaution);
var filter = Filter.Pvs(coordinates, 1, EntityManager, _playerManager);
var audioParams = new AudioParams().WithVolume(3);
_audio.PlayStatic("/Audio/Effects/pop_high.ogg", filter, coordinates, true, audioParams);
_audio.PlayStatic("/Audio/Magic/forcewall.ogg", filter, coordinates, true, audioParams);
}

foreach (var item in _inventory.GetHandOrInventoryEntities(entity))
Expand Down

0 comments on commit d8ad055

Please sign in to comment.