menuentryswapper: fix assignment being lower priority than trade. (#1326)

This commit is contained in:
Ganom
2019-08-14 13:19:49 -04:00
committed by Lucwousin
parent a51baeecde
commit a782f0ddf1

View File

@@ -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)