fix: wrong access flag in signature for Create button patch
This commit is contained in:
parent
0a57a1d1c1
commit
2f2a0ff5e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue