mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
Address comments
This commit is contained in:
parent
f369ccb30e
commit
10c9425826
@ -150,8 +150,8 @@ public final class BukkitChunkCoordinator extends ChunkCoordinator {
|
|||||||
|
|
||||||
Chunk chunk = this.availableChunks.poll();
|
Chunk chunk = this.availableChunks.poll();
|
||||||
if (chunk == null) {
|
if (chunk == null) {
|
||||||
if (this.availableChunks.size() == 0) {
|
if (this.availableChunks.isEmpty()) {
|
||||||
if (this.requestedChunks.size() == 0) {
|
if (this.requestedChunks.isEmpty()) {
|
||||||
finish();
|
finish();
|
||||||
} else {
|
} else {
|
||||||
requestBatch();
|
requestBatch();
|
||||||
|
Loading…
Reference in New Issue
Block a user