Chto blyat
This commit is contained in:
@@ -64,8 +64,8 @@ public sealed class OnDeath : EntitySystem
|
|||||||
}
|
}
|
||||||
|
|
||||||
var newStream = _audio.PlayEntity(HeartSounds, uid, uid, AudioParams.Default.WithLoop(true));
|
var newStream = _audio.PlayEntity(HeartSounds, uid, uid, AudioParams.Default.WithLoop(true));
|
||||||
|
if (newStream.HasValue)
|
||||||
_playingStreams[uid] = newStream.Value.Entity;
|
_playingStreams[uid] = newStream.Value.Entity;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void StopPlayingStream(EntityUid uid)
|
private void StopPlayingStream(EntityUid uid)
|
||||||
|
|||||||
Reference in New Issue
Block a user