IrcColors: Fix chat colors broken patch
This commit is contained in:
parent
3f51ee1b2a
commit
828358bd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export default definePlugin({
|
|||
find: '="SYSTEM_TAG"',
|
||||
replacement: {
|
||||
// Override colorString with our custom color and disable gradients if applying the custom color.
|
||||
match: /(?<=colorString:\i,colorStrings:\i,colorRoleName:\i}=)(\i),/,
|
||||
match: /(?<=colorString:\i,colorStrings:\i,colorRoleName:\i.*?}=)(\i),/,
|
||||
replace: "$self.wrapMessageColorProps($1, arguments[0]),"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue