feat(kakaotalk): Fix syntax in GhostModePatch for instruction clarity

This commit is contained in:
2025-05-14 17:59:50 +09:00
parent afdf66dab4
commit b1c9b5e47c

View File

@ -23,7 +23,7 @@ val ghostMode = bytecodePatch(
method.addInstructions(
0,
"""
sget-object v0, $unitClass->a:$unitClass;
sget-object v0, $unitClass->a:$unitClass
return-object v0
""".trimIndent()
)