chiark / gitweb /
reenable pctb uploads with new PCTB protocol version number 005y
[jarrg-ian.git] / src / com / tedpearson / ypp / market / ControlPanel.java
index dc91b06e9b30b9aa1b72baf1c96b6375f2b6593c..ccdc7c6730cf410e001d02144b3c436a23274bda 100644 (file)
@@ -47,7 +47,6 @@ public class ControlPanel extends JFrame {
                add(but);
                but.addActionListener(new ActionListener() {
                        public void actionPerformed(ActionEvent e) {
-                               prefs.putBoolean("launchAtStartup", true);
                                prefs.putBoolean("uploadToPCTB", toPCTB.isSelected());
                                prefs.putBoolean("uploadToYarrg", toYarrg.isSelected());
                                prefs.putBoolean("useLiveServers", live.isSelected());