Fix menu swaps not working when left clicking items

This commit is contained in:
Lucas
2019-06-27 16:25:35 +02:00
parent 971549db3a
commit f2d633ae56
10 changed files with 477 additions and 416 deletions

View File

@@ -42,6 +42,11 @@ public class AALoad extends Instruction implements ArrayLoad
super(instructions, type);
}
public AALoad(Instructions instructions)
{
super(instructions, InstructionType.AALOAD);
}
@Override
public InstructionContext execute(Frame frame)
{