Merge pull request #2821 from open-osrs/zeruth-patch-1
client: fix first time bootup failure
This commit is contained in:
@@ -701,6 +701,9 @@ public class PluginListPanel extends PluginPanel
|
||||
|
||||
public void sortPluginList(Comparator<PluginListItem> comparator)
|
||||
{
|
||||
if (pluginList == null)
|
||||
return;
|
||||
|
||||
if (comparator != null)
|
||||
{
|
||||
pluginList.sort(comparator.thenComparing(ev -> ev.getPluginConfig().getName()));
|
||||
|
||||
Reference in New Issue
Block a user