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

View File

@@ -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;