mirror of
https://codeberg.org/spire/nochat.git
synced 2026-06-03 17:24:08 +02:00
also block team chat
This commit is contained in:
parent
71a6765bda
commit
0ed0547c3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue