This commit is contained in:
Kevin Ramharak 2019-01-14 18:37:42 +01:00
parent ff4f6c23eb
commit 4f8eb2725e

View File

@ -7,7 +7,7 @@ import net.simon987.server.assembly.Util;
public class IncInstruction extends Instruction {
public static final int OPCODE = 43;
public static final int OPCODE = 42;
public IncInstruction() {
super("inc", OPCODE);