mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05: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…
Reference in a new issue