Some fixes

This commit is contained in:
Aviu00
2024-01-25 08:49:08 +03:00
parent e16685a7fe
commit 3e18800d2f
4 changed files with 31 additions and 20 deletions

View File

@@ -346,7 +346,7 @@ namespace Content.Server.Body.Systems
else
{
component.CPRPerformedBy = null;
component.CPRPlayingStream?.Stop();
_audio.Stop(component.CPRPlayingStream);
}
RaiseLocalEvent(args.User, new MoodEffectEvent("SavedLife"));