This commit is contained in:
dordsor21
2020-09-21 17:09:17 +01:00
parent 3b2fe2ffde
commit 3b660756f6
17 changed files with 84 additions and 17 deletions

View File

@ -216,7 +216,7 @@ public class SingleThreadQueueExtent extends ExtentBatchProcessorHolder implemen
}
@Override
public synchronized final IQueueChunk getOrCreateChunk(int x, int z) {
public final IQueueChunk getOrCreateChunk(int x, int z) {
final long pair = (long) x << 32 | z & 0xffffffffL;
if (pair == lastPair) {
return lastChunk;