cache: also clear instruction list by name

This commit is contained in:
Adam
2017-03-05 16:37:50 -05:00
parent 633a184db9
commit 76dcf79e1c

View File

@@ -35,6 +35,7 @@ public class Instructions
public static void init()
{
instructions.clear();
instructionsByName.clear();
add(Opcodes.LOAD_INT, "load_int", 0, 1);
add(Opcodes.GET_SETTINGS, "get_settings", 0, 1);