Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed May 1, 2024
2 parents d7c1ca8 + 761e6b3 commit 19da815
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:.+?\.clanTag.+?"div",{/,
match: /renderName\(\).{0,100}speaking:.+?(?=\[\i\.username\])/,
replace: "$&...$self.getVoiceProps(this.props),"
}
],
Expand Down

0 comments on commit 19da815

Please sign in to comment.