Menu entry swapper: Swap last destination for spiritual fairy tree

Fixes #1182
This commit is contained in:
Kamiel
2018-03-29 20:39:43 +02:00
parent 15cd9164b4
commit 8f6ac5b1f5

View File

@@ -111,7 +111,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);
} }