elgbar / instant-inventory

Runelite plugin to instantly do inventory actions
https://runelite.net/plugin-hub/show/instant-inventory
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

Bugfix #13 shift click not working #15

Closed elgbar closed 6 months ago

elgbar commented 6 months ago

I think the problem was with the menu swapper looking at the current item id in the clicked item. Since we change the item id to display the future item, the plugin miscalculated what to do somehow.

The fix is to the equipping at the end of the frame to allow menu swapper to behave correctly.

elgbar commented 6 months ago

Closes #13