Positional audio for Monkey Cubes. (#6982)

This commit is contained in:
Pancake 2022-03-03 22:30:44 -08:00 committed by GitHub
parent f2b1fd2f25
commit 0f599ad160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace Content.Server.Storage.EntitySystems
}
if (component.Sound != null)
SoundSystem.Play(Filter.Pvs(uid), component.Sound.GetSound());
SoundSystem.Play(Filter.Pvs(uid), component.Sound.GetSound(), uid);
component.Uses--;
if (component.Uses == 0)