Merge pull request #636 from FrostyFridge/menuswap-claim
Fix #521 "Menu Entry Swapper - Claim Dynamite -Broken"
This commit is contained in:
@@ -938,6 +938,11 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
swap(client, "buy-plank", option, target, true);
|
swap(client, "buy-plank", option, target, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (config.claimDynamite() && target.equals("thirus"))
|
||||||
|
{
|
||||||
|
swap(client, "claim", option, target, true);
|
||||||
|
}
|
||||||
|
|
||||||
if (config.swapTrade())
|
if (config.swapTrade())
|
||||||
{
|
{
|
||||||
swap(client, "trade", option, target, true);
|
swap(client, "trade", option, target, true);
|
||||||
@@ -950,11 +955,6 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
swap(client, "claim-slime", option, target, true);
|
swap(client, "claim-slime", option, target, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.claimDynamite() && target.contains("Thirus"))
|
|
||||||
{
|
|
||||||
swap(client, "claim-dynamite", option, target, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (config.swapTravel())
|
if (config.swapTravel())
|
||||||
{
|
{
|
||||||
swap(client, "travel", option, target, true);
|
swap(client, "travel", option, target, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user