Merge pull request #9071 from Hoten/patch-1

MenuEntrySwapper: include "shop" for trade option
This commit is contained in:
Adam
2019-06-12 20:20:46 -06:00
committed by GitHub

View File

@@ -418,6 +418,7 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("trade", option, target, true);
swap("trade-with", option, target, true);
swap("shop", option, target, true);
}
if (config.claimSlime() && target.equals("robin"))