Don't forget
This commit is contained in:
parent
76f287582e
commit
7d27509e63
@ -221,6 +221,7 @@ public final class CachedWorld implements Helper {
|
||||
private class PackerThread implements Runnable {
|
||||
public void run() {
|
||||
while (true) {
|
||||
// TODO: Add CachedWorld unloading to remove the redundancy of having this
|
||||
LinkedBlockingQueue<Chunk> queue = toPack;
|
||||
if (queue == null) {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user