mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
fix typo
This commit is contained in:
parent
ff4f6c23eb
commit
4f8eb2725e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user