mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix Broken Patch
This commit is contained in:
parent
401c8c43c5
commit
cbb5da18c4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\?void 0:(\i)\.channelId.{0,250})\i\.Fragment,{/,
|
match: /(\?void 0:(\i)\.channelId.{0,300})\i\.Fragment,{/,
|
||||||
replace: "$1$self.render,{currentChannel:$2,"
|
replace: "$1$self.render,{currentChannel:$2,"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue