RoleColorEverywhere: Actually fix patch

This commit is contained in:
Nuckyz 2024-05-01 17:19:42 -03:00
parent 0f7e60b208
commit 7af733c7c8
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

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