From 84646e4451998c5b3c6311bcef10e816727df278 Mon Sep 17 00:00:00 2001 From: Yuriy Petleshkov <37038659+Yeagorn@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:27:50 +0300 Subject: [PATCH] chore: fix duplicate messages --- CS2-SimpleAdmin/Events.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CS2-SimpleAdmin/Events.cs b/CS2-SimpleAdmin/Events.cs index 665401c..4b84554 100644 --- a/CS2-SimpleAdmin/Events.cs +++ b/CS2-SimpleAdmin/Events.cs @@ -182,6 +182,7 @@ public partial class CS2_SimpleAdmin { p.PrintToChat(sb.ToString()); } + return HookResult.Stop; } if (command != "say_team" || !info.GetArg(1).StartsWith($"@")) return HookResult.Continue;