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
committed by sdburns1998
parent 6f0fdc5a10
commit e5ea78249e

View File

@@ -1181,6 +1181,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap(client, "quick-leave", 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(client, "teleport", option, target, true);