chore: fix duplicate messages

This commit is contained in:
Yuriy Petleshkov 2024-10-13 12:27:50 +03:00 • committed by GitHub
parent 94e0013cf9
commit 84646e4451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,6 +182,7 @@ public partial class CS2_SimpleAdmin
{ {
p.PrintToChat(sb.ToString()); p.PrintToChat(sb.ToString());
} }
return HookResult.Stop;
} }
if (command != "say_team" || !info.GetArg(1).StartsWith($"@")) return HookResult.Continue; if (command != "say_team" || !info.GetArg(1).StartsWith($"@")) return HookResult.Continue;