RoleColorEverywhere: Actually fix patch

main
Nuckyz 5 months ago
parent 0f7e60b208
commit 7af733c7c8
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

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

Loading…
Cancel
Save