cache: add run command opcode
This commit is contained in:
@@ -402,7 +402,7 @@ public class Instructions
|
||||
add(5017, 1, 1);
|
||||
add(5018, 1, 1);
|
||||
add(5019, 1, 1);
|
||||
add(5020, 0, 0, 1, 0);
|
||||
add(Opcodes.RUN_COMMAND, "run_command", 0, 0, 1, 0);
|
||||
add(5021, 0, 0, 1, 0);
|
||||
add(5022, 0, 0, 0, 1);
|
||||
// 5100-5400
|
||||
|
||||
@@ -189,6 +189,7 @@ public class Opcodes
|
||||
public static final int GET_ITEM_NOTE_2 = 4206;
|
||||
public static final int GET_ITEM_ISMEMBERS = 4207;
|
||||
public static final int GET_LOCALPLAYER_NAME = 5015;
|
||||
public static final int RUN_COMMAND = 5020;
|
||||
public static final int GET_ISRESIZED = 5306;
|
||||
public static final int SET_ISRESIZED = 5307;
|
||||
public static final int LOAD_WORLDS = 6500;
|
||||
|
||||
Reference in New Issue
Block a user