UTanks
UTanks copied to clipboard
Database problem
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
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.