mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-28 13:11:03 +00:00
fix(reddit/sync/Disable Piracy Detection): Privacy typo
This commit is contained in:
@@ -3,7 +3,7 @@ package app.revanced.patches.reddit.customclients.sync.detection.piracy
|
||||
import app.revanced.patcher.extensions.addInstruction
|
||||
import app.revanced.patcher.patch.creatingBytecodePatch
|
||||
|
||||
val `Disable privacy detection` = creatingBytecodePatch(
|
||||
val `Disable piracy detection` by creatingBytecodePatch(
|
||||
description = "Disables detection of modified versions.",
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user