pluginlist: Remove old dirty 'hack'

This commit is contained in:
Owain van Brakel
2019-10-11 05:19:17 +02:00
parent 1f5911b48c
commit 3df3d5e96f

View File

@@ -200,11 +200,6 @@ public class PluginListItem extends JPanel
toggleButton.setPreferredSize(new Dimension(25, 0));
attachToggleButtonListener(toggleButton);
if (name.equals("OpenOSRS"))
{
toggleButton.setVisible(false);
}
buttonPanel.add(toggleButton);
}