Remove All From EquicordHelper Patch

This commit is contained in:
thororen1234 2025-01-09 07:20:53 -05:00
parent 537afc71be
commit 06f4a6cfb1

View file

@ -43,8 +43,7 @@ export default definePlugin({
replacement: {
match: /((let )(\i)=\i\.indexOf\(\i,(\i)\)),/,
replace: "$1;if ($3 === -1) {return $4;}$2"
},
all: true
}
}
]
});