Merge pull request #9071 from Hoten/patch-1
MenuEntrySwapper: include "shop" for trade option
This commit is contained in:
@@ -418,6 +418,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("trade", option, target, true);
|
swap("trade", option, target, true);
|
||||||
swap("trade-with", option, target, true);
|
swap("trade-with", option, target, true);
|
||||||
|
swap("shop", option, target, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.claimSlime() && target.equals("robin"))
|
if (config.claimSlime() && target.equals("robin"))
|
||||||
|
|||||||
Reference in New Issue
Block a user