mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 16:49:09 +00:00
SceneObject interacting fix
This commit is contained in:
@@ -46,7 +46,7 @@ public class Menu {
|
||||
actionId = 1062;
|
||||
break;
|
||||
}
|
||||
sendAction(actionId, object.getId(), object.getLocalRegionX(), object.getLocalRegionY());
|
||||
sendAction(actionId, object.getHash(), object.getLocalRegionX(), object.getLocalRegionY());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user