fix(reddit/sync/Disable Piracy Detection): Privacy typo
This commit is contained in:
parent
2e6b7c2fe4
commit
357051105c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue