Skip to content

Commit

Permalink
Fix creating DEFAULT file in /data/ when no config
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenComfyTea committed Oct 24, 2023
1 parent 8a55873 commit f2e2362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframework/autorun/MHR_Overlay/Misc/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9215,7 +9215,7 @@ function this.load_configs()
table.insert(this.config_names, this.current_config_name);
table.insert(this.configs, this.current_config);

this.save(this.current_config_name, this.current_config);
this.save(string.format("%s\\%s.json", this.config_folder, this.current_config_name), this.current_config);
end

this.save_current_config_name();
Expand Down

0 comments on commit f2e2362

Please sign in to comment.