Fixes chunk unloading - close #17

This commit is contained in:
Sotr
2018-07-07 00:44:02 +08:00
parent d596840e83
commit 45d6b0c072
7 changed files with 159 additions and 32 deletions

View File

@@ -71,7 +71,7 @@ public class Chunk {
return removed;
}
}
final PaperLightingQueue.LightingQueue lightingQueue = new PaperLightingQueue.LightingQueue(this);
public final PaperLightingQueue.LightingQueue lightingQueue = new PaperLightingQueue.LightingQueue(this); // Akarin - public
// Paper end
private volatile boolean done; // Akarin - volatile
private volatile boolean lit; // Akarin - volatile