UTanks icon indicating copy to clipboard operation
UTanks copied to clipboard

Database problem

Open EasySolo516 opened this issue 1 year ago • 1 comments

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

EasySolo516 avatar Aug 14 '24 19:08 EasySolo516

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.

sigson avatar Aug 14 '24 19:08 sigson