Swap "Perks" option with "Admire" for mounted max cape

Co-authored-by: thesnell <hcimsnell@gmail.com>
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-25 17:54:34 +02:00
parent 6507f93495
commit 4ed7029340
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ public interface MenuEntrySwapperConfig extends Config
@ConfigItem(
keyName = "swapAdmire",
name = "Admire",
description = "Swap Admire with Teleport or Spellbook for mounted skill capes."
description = "Swap Admire with Teleport, Spellbook and Perks (max cape) for mounted skill capes."
)
default boolean swapAdmire()
{

View File

@@ -482,6 +482,7 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("teleport", option, target, true);
swap("spellbook", option, target, true);
swap("perks", option, target, true);
}
else if (config.shiftClickCustomization() && shiftModifier && !option.equals("use"))
{