mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #9628 from Cyantime/patch-5
Includes subtles in Local Chat vchat filter
This commit is contained in:
committed by
Chompstation Bot
parent
710c6b5021
commit
2de1f5aef0
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user