pluginlistpanel: Default -> System

This commit is contained in:
Owain van Brakel
2020-06-03 07:16:52 +02:00
parent 8c4c57ef5d
commit 6bb24a2bcc

View File

@@ -384,7 +384,7 @@ public class PluginListPanel extends PluginPanel
} }
catch (NullPointerException e) catch (NullPointerException e)
{ {
sectionName = "Default"; sectionName = "System";
} }
if (!sections.containsKey(sectionName)) if (!sections.containsKey(sectionName))