EconomyLite
EconomyLite copied to clipboard
Database load taking place too early
@Zidane was working with our Econ database and during debugging we noticed that the database load is occurring within preInit instead of onServerStart.
He noted that onServerShutdown it should write the final changes to the DB and close all connections.
Okay, I'll look into this.
I know that Sponge services should be ready for requests by the PostInitialization state. Doesn't this interfere with that?
Is it a major issue to load on preInit or Init?