Update CS2-Tags.cs
This commit is contained in:
parent
c98c682dbe
commit
09a4a330e6
1 changed files with 2 additions and 1 deletions
|
|
@ -308,7 +308,8 @@ public class CS2_Tags : BasePlugin
|
|||
{
|
||||
p.PrintToChat($" {ChatColors.Lime}(ADMIN) {ChatColors.Default}{player.PlayerName}: {info.GetArg(1)}");
|
||||
}
|
||||
return HookResult.Continue;
|
||||
|
||||
return HookResult.Handled;
|
||||
}
|
||||
|
||||
if (info.GetArg(1).StartsWith("!") || info.GetArg(1).StartsWith("@") || info.GetArg(1).StartsWith("/") || info.GetArg(1).StartsWith(".") || info.GetArg(1) == "rtv") return HookResult.Continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue