Add Barbarian Assault quick-start option to menu entry swapper
This commit is contained in:
committed by
sdburns1998
parent
6f0fdc5a10
commit
e5ea78249e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user