• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Two problems - Remove Offline Training & Crash when closing server

1. Offline training windows are hard coded. The easiest way would be to add
Code:
return false;
at the beginning of the Player::addOfflineTrainingTries(...) function.
2. The server doesn't save on exit because TFS 1.0 doesn't have this functionality yet. I believe that there's an issue open about it on GitHub.
 
2. This problem about TFS crashing when it closes was fixed a few weeks ago on the official TFS repo, also, like the Damc said, TFS 1.0 does not support saving on exit.
 
Back
Top