more comments

This commit is contained in:
Canny1913 2022-06-15 23:06:40 +03:00 committed by GitHub
parent f69c38538c
commit 5b0a183ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ class CastButtonRemoverPatch : BytecodePatch(
) {
override fun execute(data: BytecodeData): PatchResult {
val result = signatures.first().result!!
val implementation = result.method.implementation!!
val implementation = result.method.implementation!! // stole code from shorts button since it worked pretty good
implementation.addInstruction(
0,