feat(kakaotalk): Fix syntax in GhostModePatch for instruction clarity
This commit is contained in:
@ -23,7 +23,7 @@ val ghostMode = bytecodePatch(
|
|||||||
method.addInstructions(
|
method.addInstructions(
|
||||||
0,
|
0,
|
||||||
"""
|
"""
|
||||||
sget-object v0, $unitClass->a:$unitClass;
|
sget-object v0, $unitClass->a:$unitClass
|
||||||
return-object v0
|
return-object v0
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user