InventoryUtils: adjust itemInteract targetmenu

This commit is contained in:
illumineawake 2020-12-22 10:51:34 +11:00
parent dafca64605
commit 7e49b2592c
4 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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