From 2de1f5aef0789ceffaaa3bc4767d92b9632315c1 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sun, 31 Jan 2021 10:53:12 -0500 Subject: [PATCH] Merge pull request #9628 from Cyantime/patch-5 Includes subtles in Local Chat vchat filter --- code/modules/vchat/js/vchat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vchat/js/vchat.js b/code/modules/vchat/js/vchat.js index e09339bb59..e2225e3833 100644 --- a/code/modules/vchat/js/vchat.js +++ b/code/modules/vchat/js/vchat.js @@ -137,7 +137,7 @@ function start_vue() { //The table to map game css classes to our vchat categories type_table: [ { - matches: ".filter_say, .say, .emote", + matches: ".filter_say, .say, .emote, .emote_subtle", //VOREStation Edit becomes: "vc_localchat", pretty: "Local Chat", tooltip: "In-character local messages (say, emote, etc)",