Update InventorySetupPluginPanel.java

This commit is contained in:
Kyle
2019-12-22 18:02:12 +00:00
committed by GitHub
parent 1dc534cf21
commit a079e16e95

View File

@@ -285,7 +285,6 @@ public class InventorySetupPluginPanel extends PluginPanel
return; return;
} }
} }
setupComboBox.addItem(name); setupComboBox.addItem(name);
} }
@@ -321,4 +320,4 @@ public class InventorySetupPluginPanel extends PluginPanel
{ {
return (String) setupComboBox.getSelectedItem(); return (String) setupComboBox.getSelectedItem();
} }
} }