mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
fix merge conflict
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user