also block team chat

This commit is contained in:
Robin Appelman 2026-03-28 22:19:18 +01:00
commit 0ed0547c3b

View file

@ -22,6 +22,7 @@ public OnPluginStart() {
} }
RegConsoleCmd("say", Command_SayChat); RegConsoleCmd("say", Command_SayChat);
RegConsoleCmd("say_team", Command_SayChat);
} }
public Action:Command_SayChat(client, args) { public Action:Command_SayChat(client, args) {