Skip to content

Commit

Permalink
Fix error caused by #891
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Jul 30, 2023
1 parent eec986b commit 996fb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autoload/OpenSave.gd
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func save_pxo_file(

if err != OK:
if temp_path.is_valid_filename():
return true
return
Global.error_dialog.set_text(
tr("File failed to save. Error code %s") % str(err, ErrorManager.parse(err, " (", ")"))
)
Expand Down

0 comments on commit 996fb17

Please sign in to comment.