mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-13 06:37:42 +00:00
fix: remove excludePatches check
This commit is contained in:
@@ -25,7 +25,7 @@ fun Patcher.addPatchesFiltered() {
|
|||||||
|
|
||||||
val args = MainCommand.args.sArgs?.pArgs!!
|
val args = MainCommand.args.sArgs?.pArgs!!
|
||||||
|
|
||||||
if (excludePatches && args.excludedPatches.contains(patchName)) {
|
if (args.excludedPatches.contains(patchName)) {
|
||||||
logger.info("$prefix: Explicitely excluded")
|
logger.info("$prefix: Explicitely excluded")
|
||||||
return@patch
|
return@patch
|
||||||
} else if (!patch.include && !args.includedPatches.contains(patchName)) {
|
} else if (!patch.include && !args.includedPatches.contains(patchName)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user