chore: Fix minor syntax error

This commit is contained in:
oSumAtrIX
2025-12-15 12:28:53 +01:00
committed by GitHub
parent 0ea3491227
commit 255c00b183

View File

@@ -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")
}
}
}