menuentryswapperplugin: fixed max cape (#1251)

* menuentryswapperplugin: fixed max cape

Just pring something Ganom helped me with.

* Update MenuEntrySwapperPlugin.java
This commit is contained in:
Crystalknoct
2019-08-03 14:33:28 -06:00
committed by Ganom
parent c538df1dbc
commit b2d57b12f1

View File

@@ -1282,9 +1282,13 @@ public class MenuEntrySwapperPlugin extends Plugin
if (this.swapAdmire)
{
menuManager.addPriorityEntry("Teleport");
menuManager.addPriorityEntry("Spellbook");
menuManager.addPriorityEntry("Perks");
menuManager.addPriorityEntry("Teleport", "Mounted Strength Cape");
menuManager.addPriorityEntry("Teleport", "Mounted Construction Cape");
menuManager.addPriorityEntry("Teleport", "Mounted Crafting Cape");
menuManager.addPriorityEntry("Teleport", "Mounted Hunter Cape");
menuManager.addPriorityEntry("Teleport", "Mounted Fishing Cape");
menuManager.addPriorityEntry("Spellbook", "Mounted Magic Cape");
menuManager.addPriorityEntry("Perks", "Mounted Max Cape");
}
if (this.swapPrivate)