mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-10 21:26:17 +00:00
chore: Fix minor syntax error
This commit is contained in:
@@ -16,8 +16,8 @@ val disableVersionCheckPatch = bytecodePatch(
|
||||
val igetIndex = refreshRemoteConfigurationFingerprint.patternMatch!!.endIndex
|
||||
|
||||
// This value represents the server command to clear all version restrictions.
|
||||
const val STATUS_FORCE_RESET_HEX = "-0x2";
|
||||
replaceInstruction(igetIndex, "const/4 v1, $STATUS_FORCE_RESET_HEX")
|
||||
val statusForceReset = "-0x2";
|
||||
replaceInstruction(igetIndex, "const/4 v1, $statusForceReset")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user