Update MenuEntrySwapperPlugin.java
This commit is contained in:
@@ -940,9 +940,9 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
|
||||
if (config.swapTrade())
|
||||
{
|
||||
swap("trade", option, target, true);
|
||||
swap("trade-with", option, target, true);
|
||||
swap("shop", option, target, true);
|
||||
swap(client, "trade", option, target, true);
|
||||
swap(client, "trade-with", option, target, true);
|
||||
swap(client, "shop", option, target, true);
|
||||
}
|
||||
|
||||
if (config.claimSlime() && target.equals("robin"))
|
||||
|
||||
Reference in New Issue
Block a user