mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
Remove All From EquicordHelper Patch
This commit is contained in:
parent
537afc71be
commit
06f4a6cfb1
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ export default definePlugin({
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /((let )(\i)=\i\.indexOf\(\i,(\i)\)),/,
|
match: /((let )(\i)=\i\.indexOf\(\i,(\i)\)),/,
|
||||||
replace: "$1;if ($3 === -1) {return $4;}$2"
|
replace: "$1;if ($3 === -1) {return $4;}$2"
|
||||||
},
|
}
|
||||||
all: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue