cache: use RuneStar cs2 opcode names
With exception of the opcodes with jvm analogues, which follow jvm style
This commit is contained in:
@@ -33,6 +33,6 @@ public class RuneLiteInstructions extends Instructions
|
||||
public void init()
|
||||
{
|
||||
super.init();
|
||||
add(RUNELITE_EXECUTE, "runelite_callback", 0, 0, 1, 0);
|
||||
add(RUNELITE_EXECUTE, "runelite_callback");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user