[MIRROR] Fixes timestamp sorting incompatibility. (#7096)

Co-authored-by: Novacat <35587478+Novacat@users.noreply.github.com>
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2023-10-24 18:19:12 -07:00
committed by GitHub
parent 4beb30f912
commit 7f1a89c8be
4 changed files with 5 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ function start_vue() {
//The table to map game css classes to our vchat categories
type_table: [
{
matches: ".filter_say, .say, .emote, .emote_subtle", //VOREStation Edit
matches: ".filter_say, .say, .emote, .emotesubtle", //VOREStation Edit
becomes: "vc_localchat",
pretty: "Local Chat",
tooltip: "In-character local messages (say, emote, etc)",

File diff suppressed because one or more lines are too long