Merge pull request #96 from ermalsh/cart_pay_mes
Add: "Pay-fare" to swap "Board" on the Travel Cart
This commit is contained in:
@@ -462,6 +462,10 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("travel", option, target, true);
|
swap("travel", option, target, true);
|
||||||
}
|
}
|
||||||
|
else if (config.swapTravel() && option.equals("board") && target.equals("travel cart"))
|
||||||
|
{
|
||||||
|
swap("pay-fare", option, target, true);
|
||||||
|
}
|
||||||
else if (config.swapHarpoon() && option.equals("cage"))
|
else if (config.swapHarpoon() && option.equals("cage"))
|
||||||
{
|
{
|
||||||
swap("harpoon", option, target, true);
|
swap("harpoon", option, target, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user