Oh.
This commit is contained in:
@@ -205,7 +205,7 @@ public class Inject
|
|||||||
methodAttributes.addAttribute(code);
|
methodAttributes.addAttribute(code);
|
||||||
|
|
||||||
Instructions instructions = code.getInstructions();
|
Instructions instructions = code.getInstructions();
|
||||||
List<Instruction> ins = new ArrayList<>();
|
List<Instruction> ins = instructions.getInstructions();
|
||||||
|
|
||||||
if (field.isStatic())
|
if (field.isStatic())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user