listening to teamchat too

This commit is contained in:
jenz 2026-02-06 22:18:19 +01:00
parent cb7dd7462b
commit b789c71d23

View File

@ -21,6 +21,7 @@ public Plugin myinfo =
public void OnPluginStart() public void OnPluginStart()
{ {
AddCommandListener(CommandListener_SmChat_stoat, "say"); AddCommandListener(CommandListener_SmChat_stoat, "say");
AddCommandListener(CommandListener_SmChat_stoat, "say_team");
RegServerCmd("sm_printtoallchat_stoat", Command_PrintToAllChat_stoat, "Discord Integration"); RegServerCmd("sm_printtoallchat_stoat", Command_PrintToAllChat_stoat, "Discord Integration");
} }