diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/syncforlemmy/ads/DisableAdsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/syncforlemmy/ads/DisableAdsPatch.kt index ca74997aa..ee1197a13 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/syncforlemmy/ads/DisableAdsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/syncforlemmy/ads/DisableAdsPatch.kt @@ -1,11 +1,11 @@ package app.revanced.patches.reddit.customclients.sync.syncforlemmy.ads import app.revanced.patches.reddit.customclients.sync.ads.disableAdsPatch -import app.revanced.patches.reddit.customclients.sync.detection.piracy.disablePiracyDetectionPatch +import app.revanced.patches.reddit.customclients.sync.detection.piracy.`Disable piracy detection` @Suppress("unused") val disableAdsPatch = disableAdsPatch { - dependsOn(disablePiracyDetectionPatch) + dependsOn(`Disable piracy detection`) compatibleWith("com.laurencedawson.reddit_sync") }