Don't forget

This commit is contained in:
Brady 2018-09-24 18:01:17 -05:00
parent 76f287582e
commit 7d27509e63
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -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;