Fix menu swaps not working when left clicking items
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user