diff --git a/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt b/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt index 62d05ff..db95ee4 100644 --- a/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt +++ b/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt @@ -59,6 +59,7 @@ abstract class PatchOption( /** * Reset the [PatchOption] to its default value. + * Override this method if you need to mutate the value instead of replacing it. */ open fun reset() { uncheckedValue = default