diff --git a/Content.Server/_CorvaxNext/Speech/EntitySystems/HushedSystem.cs b/Content.Server/_CorvaxNext/Speech/EntitySystems/HushedSystem.cs index 0d65738fe25..6e3d5d65710 100644 --- a/Content.Server/_CorvaxNext/Speech/EntitySystems/HushedSystem.cs +++ b/Content.Server/_CorvaxNext/Speech/EntitySystems/HushedSystem.cs @@ -17,7 +17,7 @@ public sealed class HushedSystem : EntitySystem public override void Initialize() { - SubscribeLocalEvent(OnScreamAction, [typeof(VocalSystem)]); + SubscribeLocalEvent(OnScreamAction, before: [typeof(VocalSystem)]); SubscribeLocalEvent(OnEmote, before: [typeof(VocalSystem)]); }