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:
Tomas Slusny
2018-06-23 00:48:32 +02:00
parent 1682ba5289
commit 9839049abd
2 changed files with 0 additions and 16 deletions

View File

@@ -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."

View File

@@ -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"))
{