Just reporting an issue a user has had - you’re doing a lot of work on thread when a player logs in. You’re iterating through potentially a lot of entries in your storage manager and saving them to disk - that’s should be done asynchronously.
Just reporting an issue a user has had - you’re doing a lot of work on thread when a player logs in. You’re iterating through potentially a lot of entries in your storage manager and saving them to disk - that’s should be done asynchronously.