Changes

Summary

  1. Add flag for whether a World has been unloaded (commit: e24414e) (details)
  2. Don't try to asynchronously load chunks after a world is unloaded. (commit: 8b39130) (details)
Commit e24414ec5c3f886d964679afa267a2ea9f11308e by rallanpcl
Add flag for whether a World has been unloaded

Signed-off-by: Ross Allan <[email protected]>
(commit: e24414e)
The file was modifiedsrc/common/me/nallar/patched/world/PatchWorldServer.java (diff)
The file was modifiedsrc/common/me/nallar/patched/world/PatchWorld.java (diff)
Commit 8b39130abe2143919461dced1668693d3ae5253e by rallanpcl
Don't try to asynchronously load chunks after a world is unloaded.

Signed-off-by: Ross Allan <[email protected]>
(commit: 8b39130)
The file was modifiedsrc/common/me/nallar/patched/storage/ThreadedChunkProvider.java (diff)