Content audio (#20862)
This commit is contained in:
@@ -73,7 +73,7 @@ public sealed partial class SalvageSystem
|
||||
|
||||
private void OnExpeditionShutdown(EntityUid uid, SalvageExpeditionComponent component, ComponentShutdown args)
|
||||
{
|
||||
component.Stream?.Stop();
|
||||
component.Stream = _audio.Stop(component.Stream);
|
||||
|
||||
foreach (var (job, cancelToken) in _salvageJobs.ToArray())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user