Skip to content

Commit

Permalink
RoleColorEverywhere: Fix patch again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Apr 27, 2024
1 parent fafd46d commit 304bc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/roleColorEverywhere/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),"
}
],
Expand Down

0 comments on commit 304bc96

Please sign in to comment.