Remove unnecessary attenuation set.

Guess I'm fixing content after all.
This commit is contained in:
Pieter-Jan Briers
2021-09-07 08:06:39 +02:00
parent 5fa16579d4
commit dbd6704fef

View File

@@ -13,7 +13,7 @@ namespace Content.Client.Kitchen.EntitySystems
StopSoundLoop(microwave);
microwave.PlayingStream = SoundSystem.Play(Filter.Local(), microwave.LoopingSound.GetSound(), microwave.Owner,
AudioParams.Default.WithAttenuation(1).WithMaxDistance(5).WithLoop(true));
AudioParams.Default.WithMaxDistance(5).WithLoop(true));
}
public void StopSoundLoop(MicrowaveComponent microwave)