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