Merge pull request #1183 from Kamielvf/spiritual-fairy-tree-menu-swap

Menu entry swapper: Swap last destination for spiritual fairy tree
This commit is contained in:
Adam
2018-04-02 08:11:06 -04:00
committed by GitHub

View File

@@ -276,7 +276,7 @@ public class MenuEntrySwapperPlugin extends Plugin
{ {
swap("home", option, target, true); swap("home", option, target, true);
} }
else if (config.swapLastDestination() && option.equals("zanaris")) else if (config.swapLastDestination() && (option.equals("zanaris") || option.equals("tree")))
{ {
swap("last-destination (", option, target, false); swap("last-destination (", option, target, false);
} }