From e32cef1fee6eabd6db71af71356664d259c5eb2b Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 10 Apr 2022 06:53:01 +0000 Subject: Removed auto-save logic from load_database and load_option_sets; Changed menu logic to save database and optionsets after making changes. --- logic/stage.gd | 3 --- 1 file changed, 3 deletions(-) (limited to 'logic/stage.gd') 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: -- cgit v1.2.3