feat(kakaotalk): Fix syntax in GhostModePatch for instruction clarity
This commit is contained in:
@ -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()
|
||||
)
|
||||
|
Reference in New Issue
Block a user