aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-04-10 06:53:01 +0000
committerdam <dam@gudinoff>2022-04-10 06:53:01 +0000
commite32cef1fee6eabd6db71af71356664d259c5eb2b (patch)
tree1ad115172145464e45436f3f5676943dd8b2dd7e /logic/stage.gd
parente2b74f51400ab4bbf7bc788ed2129378e35911a4 (diff)
downloadsurgery-log-e32cef1fee6eabd6db71af71356664d259c5eb2b.tar.zst
surgery-log-e32cef1fee6eabd6db71af71356664d259c5eb2b.zip
Removed auto-save logic from load_database and load_option_sets; Changed menu logic to save database and optionsets after making changes.
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: