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

feat(createStatic.lua, Base.lua): introduce flag for static database generation #30

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

Logonz
Copy link
Member

@Logonz Logonz commented Apr 18, 2024

  • In createStatic.lua, added Is_Create_Static flag to indicate when static database generation is in progress.
  • In Base.lua, added early return in InitializeIdString function if Is_Create_Static is true to prevent errors during static database generation. This ensures smooth operation in CLI environments specifically tailored for static data creation.

…generation

- In `createStatic.lua`, added `Is_Create_Static` flag to indicate when static database generation is in progress.
- In `Base.lua`, added early return in `InitializeIdString` function if `Is_Create_Static` is true to prevent errors during static database generation. This ensures smooth operation in CLI environments specifically tailored for static data creation.
@Logonz Logonz merged commit eb896de into main Apr 18, 2024
2 checks passed
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.

1 participant