Merge pull request #1547 from Kamielvf/cat-chase-fix

Fix cat chasing menu entry swap
This commit is contained in:
Tomas Slusny
2018-04-15 07:30:04 +02:00
committed by GitHub

View File

@@ -392,7 +392,7 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("investigate", option, target, true);
}
else if (config.swapBones() && option.equals("bury"))
else if (config.swapChase() && option.equals("pick-up"))
{
swap("chase", option, target, true);
}