InventoryUtils: adjust itemInteract targetmenu
This commit is contained in:
parent
dafca64605
commit
7e49b2592c
|
@ -23,7 +23,7 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
version = "2.3.5"
|
||||
version = "2.3.6"
|
||||
|
||||
project.extra["PluginName"] = "iUtils"
|
||||
project.extra["PluginDescription"] = "Illumine - Utils required for plugins to function with added automation"
|
||||
|
|
|
@ -546,7 +546,7 @@ public class InventoryUtils
|
|||
log.info("interacting inventory item: {}", item.getId());
|
||||
sleep(minDelayBetween, maxDelayBetween);
|
||||
menu.setEntry(new MenuEntry("", "", item.getId(), opcode, item.getIndex(), WidgetInfo.INVENTORY.getId(),
|
||||
false));
|
||||
true));
|
||||
mouse.click(item.getCanvasBounds());
|
||||
if (!interactAll)
|
||||
{
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue