mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
fix: syndicate code phrases miss from highlights (#17232)
This commit is contained in:
@@ -413,7 +413,7 @@ function output(message, flag) {
|
||||
}
|
||||
|
||||
//Stuff we can do after the message shows can go here, in the interests of responsiveness
|
||||
if (opts.highlightTerms && opts.highlightTerms.length > 0) {
|
||||
if ((opts.highlightTerms && opts.highlightTerms.length > 0) || (opts.codePhrases.length > 0 && opts.codeResponses.length > 0)) {
|
||||
highlightTerms(entry);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user