Don't forget
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user