Prevent Left Click Configure Shift-Click (#1242)

Prevents left click on the inventory widget from opening the configure shift click menu.
This commit is contained in:
GROUNDBOI
2019-08-03 16:33:08 -04:00
committed by Ganom
parent 7c416d79d3
commit c538df1dbc

View File

@@ -1341,7 +1341,7 @@ public class MenuEntrySwapperPlugin extends Plugin
menuManager.removeSwaps("Tree");
break;
case CONFIGURE:
menuManager.addPriorityEntry("Configure");
menuManager.addPriorityEntry("Configure", "Fairy ring");
break;
case LAST_DESTINATION:
menuManager.addPriorityEntry("Last-destination");
@@ -1590,7 +1590,7 @@ public class MenuEntrySwapperPlugin extends Plugin
menuManager.removeSwaps("Tree");
break;
case CONFIGURE:
menuManager.removePriorityEntry("Configure");
menuManager.removePriorityEntry("Configure", "Fairy ring");
break;
case LAST_DESTINATION:
menuManager.removePriorityEntry("Last-destination");