RoleColorEverywhere: Fix patch again

This commit is contained in:
Nuckyz 2024-04-27 01:02:26 -03:00
parent fafd46d202
commit 304bc96660
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:.{50,200}"div",{/,
match: /renderName\(\).{0,100}speaking:.+?\.clanTag.+?"div",{/,
replace: "$&...$self.getVoiceProps(this.props),"
}
],