Update CS2-Tags.cs

This commit is contained in:
daffyyyy 2023-12-06 02:50:26 +01:00
parent c98c682dbe
commit 09a4a330e6

View file

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