This seems to fix #429

- the undo remove or add block removal adding thing.
This commit is contained in:
dordsor21 2020-04-29 21:30:15 +01:00
parent fda7d00747
commit 847d22f7d6

View File

@ -413,6 +413,7 @@ public class ChunkHolder<T extends Future<T>> implements IQueueChunk<T> {
public T call(IChunkSet set, Runnable finalize) {
if (set != null) {
IChunkGet get = getOrCreateGet();
get.trim(false);
set = getExtent().processSet(this, get, set);
if (set != null) {
return get.call(set, finalize);