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

Database problem #6

Open
EasySolo516 opened this issue Aug 14, 2024 · 1 comment
Open

Database problem #6

EasySolo516 opened this issue Aug 14, 2024 · 1 comment

Comments

@EasySolo516
Copy link

My problem is that the server does not store rank and crystal data after rebooting the server, is it possible to fix it quickly somehow, or will I have to add it myself

@sigson
Copy link
Owner

sigson commented Aug 14, 2024

It will not be possible to quickly fix this because there is no mechanism for saving data except registration in the database. Alas, it is impossible to solve this without coding, but there is nothing complicated, it is enough just to write a system inherit from ECSSystem, which will once in n time poll all entities with the username component and save them data into db. I intended to do it better, but alas, the project closed earlier.

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

No branches or pull requests

2 participants