Skip to content

Commit 1fe8b16

Browse files
committed
feat(Nyx): Remove broken Unlock pro patch
1 parent 4def6dd commit 1fe8b16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

patches/src/main/kotlin/app/revanced/patches/nyx/misc/pro/UnlockProPatch.kt

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ package app.revanced.patches.nyx.misc.pro
33
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
44
import app.revanced.patcher.patch.bytecodePatch
55

6+
@Deprecated("This patch will be removed in the future.")
67
@Suppress("unused")
7-
val unlockProPatch = bytecodePatch(
8-
name = "Unlock pro",
9-
) {
8+
val unlockProPatch = bytecodePatch {
109
compatibleWith("com.awedea.nyx")
1110

1211
execute {

0 commit comments

Comments
 (0)