mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +00:00
Use \i in second patch
This commit is contained in:
parent
54c9564894
commit
b44513817c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default definePlugin({
|
|||
{
|
||||
find: ",findInlineEmojisFromSurrogates:",
|
||||
replacement: {
|
||||
match: /if\(!0!==.{1,2}&&!.{1,2}\.test\(.{1,2}\)\)/,
|
||||
match: /if\(!0!==\i&&!\i\.test\(\i\)\)/,
|
||||
replace: "if(true)",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue