menuentryswapper: fix assignment being lower priority than trade. (#1326)
This commit is contained in:
@@ -1174,7 +1174,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
|
|
||||||
if (this.swapAssignment)
|
if (this.swapAssignment)
|
||||||
{
|
{
|
||||||
menuManager.addPriorityEntry("Assignment");
|
menuManager.addPriorityEntry("Assignment").setPriority(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.swapPlank)
|
if (this.swapPlank)
|
||||||
|
|||||||
Reference in New Issue
Block a user