Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix memory leak fixes not working for MP (#590)
#258 addresses the memory leak in ItemMobSpawner. Unfortunately the clean up handler is not consistently called on every world unloaded. This PR fixes this issue by moving the call out of that if block
- Loading branch information