Unrevert audio (#21330)

Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
metalgearsloth
2023-11-27 22:12:34 +11:00
committed by Debug
parent 1f69429ab5
commit b1ee2d48ff
299 changed files with 872 additions and 423 deletions

View File

@@ -95,7 +95,7 @@ public sealed partial class StorageSystem : SharedStorageSystem
UpdateStorageVisualization(uid, storageComp);
if (storageComp.StorageCloseSound is not null)
Audio.Play(storageComp.StorageCloseSound, Filter.Pvs(uid, entityManager: EntityManager), uid, true, storageComp.StorageCloseSound.Params);
Audio.PlayEntity(storageComp.StorageCloseSound, Filter.Pvs(uid, entityManager: EntityManager), uid, true, storageComp.StorageCloseSound.Params);
}
}