diff --git a/CS2-Tags.cs b/CS2-Tags.cs index 13c805f..89446b5 100644 --- a/CS2-Tags.cs +++ b/CS2-Tags.cs @@ -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;