Add Barbarian Assault quick-start option to menu entry swapper

This commit is contained in:
Sander de Groot
2019-06-24 16:14:25 -04:00
parent 9620a4fce6
commit 0719e5e72b

View File

@@ -540,6 +540,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("quick-open", option, target, true);
}
else if (config.swapQuick() && option.equals("climb-down"))
{
swap("quick-start", option, target, true);
}
else if (config.swapAdmire() && option.equals("admire"))
{
swap("teleport", option, target, true);