chore: Fix minor syntax error
This commit is contained in:
parent
0ea3491227
commit
255c00b183
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue