fix(music): some patches are broken in v6.15.52

This commit is contained in:
inotia00 2023-09-28 23:21:33 +09:00
parent 4ad1cbb30d
commit 2bd01e0307

View File

@ -19,9 +19,6 @@ object PlayerColorFingerprint : MethodFingerprint(
Opcode.IF_EQ, Opcode.IF_EQ,
Opcode.IPUT, Opcode.IPUT,
Opcode.IGET_OBJECT, Opcode.IGET_OBJECT,
Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_VIRTUAL
Opcode.INVOKE_VIRTUAL,
Opcode.MOVE_RESULT,
Opcode.IF_EQZ
) )
) )