mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 10:43:23 +00:00
chore: fix duplicate messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user