PlatformIndicators: Fix server list
This commit is contained in:
parent
33c33eb0fd
commit
0a92bd6521
@ -97,7 +97,7 @@ export default definePlugin({
|
|||||||
// Server member list decorators
|
// Server member list decorators
|
||||||
find: "this.renderPremium()",
|
find: "this.renderPremium()",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /this.renderPremium\(\).+?\]/,
|
match: /this.renderPremium\(\)[^\]]*?\]/,
|
||||||
replace: "$&.concat(Vencord.Plugins.plugins.PlatformIndicators.renderPlatformIndicators(this.props))"
|
replace: "$&.concat(Vencord.Plugins.plugins.PlatformIndicators.renderPlatformIndicators(this.props))"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user