Update MenuEntrySwapperPlugin.java

Removed commented lines.
This commit is contained in:
Nathaniel
2019-10-03 20:05:04 -05:00
committed by GitHub
parent 47c3ce38a8
commit ac631c9bb9

View File

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