You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: