RoleColorEverywhere: Fix patch
This commit is contained in:
parent
51729c828e
commit
761e6b39ed
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default definePlugin({
|
||||||
find: "renderPrioritySpeaker",
|
find: "renderPrioritySpeaker",
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /renderName\(\).{0,100}speaking:.+?\.clanTag.+?"div",{/,
|
match: /renderName\(\).{0,100}speaking:.+?(?=\[\i\.username\])/,
|
||||||
replace: "$&...$self.getVoiceProps(this.props),"
|
replace: "$&...$self.getVoiceProps(this.props),"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue