Fix cat chasing menu entry swap

This commit is contained in:
Kamiel
2018-04-15 05:29:22 +02:00
parent 410dfc417b
commit a3649237de

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);
}