mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 16:49:09 +00:00
Update MenuAction.java
Fixed yet another silly mistake
This commit is contained in:
@@ -17,12 +17,12 @@ import org.rev317.min.script.ScriptEngine;
|
||||
public class MenuAction {
|
||||
|
||||
public static void intercept(int index) {
|
||||
Client client = Loader.getClient();
|
||||
int action1 = client.getMenuAction1()[index];
|
||||
int action2 = client.getMenuAction2()[index];
|
||||
int action3 = client.getMenuAction3()[index];
|
||||
int actionId = client.getMenuActionId()[index];
|
||||
if(DActions.debugActions()) {
|
||||
Client client = Loader.getClient();
|
||||
System.out.println(String.format("[index: %d, action1: %d, action2: %d, action3: %d, id: %d]", index, action1, action2, action3, actionId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user