Skip to content

Commit

Permalink
fix: write all classes
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 5, 2022
1 parent 7cc8a7d commit f068fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/patcher/Patcher.kt
Expand Up @@ -45,7 +45,7 @@ class Patcher(
cache.classes.add(proxy.mutatedClass)
}

return setOf(cache.classProxy.first().mutatedClass)
return setOf(cache.classes)
}

override fun getOpcodes(): Opcodes {
Expand Down

0 comments on commit f068fc8

Please sign in to comment.