Fix cat chasing menu entry swap
This commit is contained in:
@@ -392,7 +392,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("investigate", option, target, true);
|
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);
|
swap("chase", option, target, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user