menu entry swapper: Add 'help' swap to Arceuus library customers
This commit is contained in:
@@ -182,6 +182,16 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "swapHelp",
|
||||
name = "Help",
|
||||
description = "Swap Talk-to with Help on Arceuus library customers"
|
||||
)
|
||||
default boolean swapHelp()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "swapHomePortal",
|
||||
name = "Home",
|
||||
|
||||
@@ -396,6 +396,11 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
swap("exchange", option, target, index);
|
||||
}
|
||||
|
||||
if (config.swapHelp())
|
||||
{
|
||||
swap("help", option, target, index);
|
||||
}
|
||||
|
||||
if (config.swapDarkMage())
|
||||
{
|
||||
swap("repairs", option, target, index);
|
||||
|
||||
Reference in New Issue
Block a user