Update MenuEntrySwapperPlugin.java
Removed commented lines.
This commit is contained in:
@@ -1006,7 +1006,6 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
|
||||
if (this.swapBones)
|
||||
{
|
||||
//menuManager.addPriorityEntry(new InventoryComparableEntry("Use", "bone", false));
|
||||
menuManager.addSwap("Bury", "bone", "Use");
|
||||
}
|
||||
|
||||
@@ -1270,7 +1269,6 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
menuManager.removePriorityEntry(new EquipmentComparableEntry(this.getXericsTalismanMode.toString(), "talisman"));
|
||||
menuManager.removePriorityEntry(new InventoryComparableEntry("Rub", "", false));
|
||||
menuManager.removePriorityEntry(new InventoryComparableEntry("Teleport", "", false));
|
||||
//menuManager.removePriorityEntry(new InventoryComparableEntry("Use", "bone", false));
|
||||
menuManager.removePriorityEntry(newBankComparableEntry("Empty", "Coal bag"));
|
||||
menuManager.removePriorityEntry(this.constructionCapeMode.toString(), "Construct. cape");
|
||||
menuManager.removePriorityEntry(this.constructionCapeMode.toString(), "Construct. cape(t)");
|
||||
|
||||
Reference in New Issue
Block a user