fix: wrong access flag in signature for Create button patch

This commit is contained in:
oSumAtrIX 2022-04-14 11:01:04 +02:00
parent 2f9360f57c
commit 9fbb89d053
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -35,7 +35,7 @@ class CreateButtonRemoverPatch : Patch(
version = "0.0.1" version = "0.0.1"
), ),
returnType = "V", returnType = "V",
accessFlags = AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR, accessFlags = AccessFlags.PUBLIC or AccessFlags.FINAL,
methodParameters = listOf("Z"), methodParameters = listOf("Z"),
opcodes = listOf( opcodes = listOf(
Opcode.IGET, Opcode.IGET,