menuentryswapperplugin: fixed max cape (#1251)
* menuentryswapperplugin: fixed max cape Just pring something Ganom helped me with. * Update MenuEntrySwapperPlugin.java
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user