Merge pull request #5174 from ShaunDreclin/trade-with

Add trade-with swap to menu entry swapper
This commit is contained in:
Tomas Slusny
2018-08-30 19:30:25 +02:00
committed by GitHub

View File

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