mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-05 16:49:42 +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 class MenuAction {
|
||||||
|
|
||||||
public static void intercept(int index) {
|
public static void intercept(int index) {
|
||||||
|
Client client = Loader.getClient();
|
||||||
int action1 = client.getMenuAction1()[index];
|
int action1 = client.getMenuAction1()[index];
|
||||||
int action2 = client.getMenuAction2()[index];
|
int action2 = client.getMenuAction2()[index];
|
||||||
int action3 = client.getMenuAction3()[index];
|
int action3 = client.getMenuAction3()[index];
|
||||||
int actionId = client.getMenuActionId()[index];
|
int actionId = client.getMenuActionId()[index];
|
||||||
if(DActions.debugActions()) {
|
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));
|
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