aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
diff options
context:
space:
mode:
Diffstat (limited to 'logic/stage.gd')
-rw-r--r--logic/stage.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/logic/stage.gd b/logic/stage.gd
index a09f611..764ee52 100644
--- a/logic/stage.gd
+++ b/logic/stage.gd
@@ -247,9 +247,6 @@ func load_option_sets(file_path: String = OPTION_SETS_FILE_PATH):
_:
printerr("Invalid option sets file extension: '%s'." % file_path.get_file())
return
-
- if file_path != OPTION_SETS_FILE_PATH:
- save_option_sets()
static func import_json(file_path: String) -> Dictionary: