RoleColorEverywhere: Fix patch

This commit is contained in:
Nuckyz 2024-05-01 16:35:48 -03:00
parent 51729c828e
commit 761e6b39ed
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -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),"
} }
], ],