Remove Age menu entry swapping
This feature is mostly unnecessary as it is way too spefic and with very little use. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -235,17 +235,6 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
|
||||
@ConfigItem(
|
||||
position = 18,
|
||||
keyName = "swapAge",
|
||||
name = "Age",
|
||||
description = "Swap Talk-to with Age for Hans"
|
||||
)
|
||||
default boolean swapAge()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
position = 19,
|
||||
keyName = "swapAssignment",
|
||||
name = "Assignment",
|
||||
description = "Swap Talk-to with Assignment for Slayer Masters. This will take priority over swapping Trade."
|
||||
|
||||
@@ -385,11 +385,6 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
{
|
||||
swap("pay", option, target, true);
|
||||
}
|
||||
|
||||
if (config.swapAge())
|
||||
{
|
||||
swap("age", option, target, true);
|
||||
}
|
||||
}
|
||||
else if (config.swapTravel() && option.equals("pass") && target.equals("energy barrier"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user