summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java
index a694a1a..54cff9b 100644
--- a/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java
+++ b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java
@@ -823,7 +823,6 @@ public class NewRandomizerGUI {
super.done();
if (batchRandomizationSettings.shouldAutoAdvanceStartingIndex()) {
batchRandomizationSettings.setStartingIndex(i);
- attemptWriteConfig();
}
SwingUtilities.invokeLater(() -> batchProgressDialog.setVisible(false));
JOptionPane.showMessageDialog(frame, bundle.getString("GUI.randomizationDone"));
@@ -1309,7 +1308,6 @@ public class NewRandomizerGUI {
private void batchRandomizationSettingsDialog() {
BatchRandomizationSettingsDialog dlg = new BatchRandomizationSettingsDialog(frame, batchRandomizationSettings);
batchRandomizationSettings = dlg.getCurrentSettings();
- attemptWriteConfig();
}
// This is only intended to be used with the "Keep Game Loaded After Randomizing" setting or between randomization