#4219 single sounds in EmitSoundSystem should work now

This commit is contained in:
Galactic Chimp
2021-06-27 21:48:57 +02:00
parent a0889a9151
commit 4a2b9832ce
6 changed files with 14 additions and 36 deletions

View File

@@ -10,7 +10,6 @@ namespace Content.Server.Interaction.Components
public class EmitSoundOnUseComponent : BaseEmitSoundComponent
{
/// <inheritdoc />
///
public override string Name => "EmitSoundOnUse";
}
}