Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for allowing character resources to be saved. #1250

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

schiem
Copy link
Contributor

@schiem schiem commented Oct 17, 2022

There were two issues with character saving:

  • There was a check to see if the file exists first, resulting in new files never being created
  • The files were opened in READ mode instead of WRITE

There were two issues with character saving:
  * There was a check to see if the file exists first, resulting in new files never being created
  * The files were opened in READ mode instead of write
Copy link
Collaborator

@Jowan-Spooner Jowan-Spooner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have not tested, but code looks good to me!

@Jowan-Spooner Jowan-Spooner merged commit 6ab523c into dialogic-godot:main Oct 17, 2022
@Jowan-Spooner
Copy link
Collaborator

Thanks!

@schiem schiem deleted the character-saving branch October 17, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants