Menu entry swapper: Swap last destination for spiritual fairy tree
Fixes #1182
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user