mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-12 18:46:22 +00:00
Keep if statement after replacing
This commit is contained in:
parent
1df841b406
commit
86162b301a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default definePlugin({
|
|||
find: ",findInlineEmojisFromSurrogates:",
|
||||
replacement: {
|
||||
match: /if\(!0!==.{1,2}&&!.{1,2}\.test\(.{1,2}\)\)/,
|
||||
replace: "",
|
||||
replace: "if(true)",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue