From 5f87a03652a398740d423d53bd79403395b197f1 Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:54:19 +0300 Subject: [PATCH] Update HushedSystem.cs --- Content.Server/_CorvaxNext/Speech/EntitySystems/HushedSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]); }