RoleColorEverywhere: Fix patch

This commit is contained in:
Nuckyz 2024-05-01 16:35:48 -03:00 committed by Luna
parent 3492743589
commit b38a14d7a9

View file

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