menu entry swapper: swap nets on annette
This commit is contained in:
@@ -421,4 +421,14 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "swapNets",
|
||||
name = "Nets",
|
||||
description = "Swap Talk-to with Nets on Annette"
|
||||
)
|
||||
default boolean swapNets()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -471,6 +471,11 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
swap("help", option, target, index);
|
||||
}
|
||||
|
||||
if (config.swapNets())
|
||||
{
|
||||
swap("nets", option, target, index);
|
||||
}
|
||||
|
||||
if (config.swapDarkMage())
|
||||
{
|
||||
swap("repairs", option, target, index);
|
||||
|
||||
Reference in New Issue
Block a user