Skip to content

Commit

Permalink
Display config category for addons in the in-game gui
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Dec 10, 2015
1 parent ea00acc commit 68ae3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/config/JEIModConfigGui.java
Expand Up @@ -30,7 +30,7 @@ private static List<IConfigElement> getConfigElements() {
configElements.addAll(new ConfigElement(categoryInterface).getChildElements());
configElements.add(new ConfigElement(categoryAdvanced));

if (!categoryAddons.isEmpty()) {
if (!categoryAddons.isEmpty() || categoryAddons.getChildren().size() > 0) {
configElements.add(new ConfigElement(categoryAddons));
}

Expand Down

0 comments on commit 68ae3e8

Please sign in to comment.