RoleColorEverywhere: Fix patch

main
Nuckyz 5 months ago
parent 51729c828e
commit 761e6b39ed
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -94,7 +94,7 @@ export default definePlugin({
find: "renderPrioritySpeaker",
replacement: [
{
match: /renderName\(\).{0,100}speaking:.+?\.clanTag.+?"div",{/,
match: /renderName\(\).{0,100}speaking:.+?(?=\[\i\.username\])/,
replace: "$&...$self.getVoiceProps(this.props),"
}
],

Loading…
Cancel
Save