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