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

Add CombinedDataStore:AfterSave() #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lordnoobstan
Copy link

Resolves #96

For a combined store, the after-save hook passes the entire combined store to the callback. This PR will ensure that only the relevant data associated with the dataStoreName provided at __call is passed into the user-provided callback function.

This is my first PR here, so any feedback/critique would be much appreciated :)

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.

DataStore2 sends entire store to :AfterSave
1 participant