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, 3 insertions, 0 deletions
diff --git a/logic/stage.gd b/logic/stage.gd
index 764ee52..a09f611 100644
--- a/logic/stage.gd
+++ b/logic/stage.gd
@@ -247,6 +247,9 @@ 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: