mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
chore: fix duplicate messages
This commit is contained in:
parent
94e0013cf9
commit
84646e4451
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue