Call SoundSystem instead
This commit is contained in:
15
Content.Shared/Audio/ContentAudioSystem.cs
Normal file
15
Content.Shared/Audio/ContentAudioSystem.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Content.Shared.Physics;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Audio
|
||||
{
|
||||
public class ContentAudioSystem : EntitySystem
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
SoundSystem.OcclusionCollisionMask = (int) CollisionGroup.Impassable;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user