Skip to content

Commit

Permalink
feat(Nyx): Remove broken Unlock pro patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 9, 2024
1 parent 4def6dd commit 1fe8b16
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ package app.revanced.patches.nyx.misc.pro
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
import app.revanced.patcher.patch.bytecodePatch

@Deprecated("This patch will be removed in the future.")
@Suppress("unused")
val unlockProPatch = bytecodePatch(
name = "Unlock pro",
) {
val unlockProPatch = bytecodePatch {
compatibleWith("com.awedea.nyx")

execute {
Expand Down

0 comments on commit 1fe8b16

Please sign in to comment.