mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-19 10:25:00 +00:00
This seems to fix #429
- the undo remove or add block removal adding thing.
This commit is contained in:
parent
fda7d00747
commit
847d22f7d6
@ -413,6 +413,7 @@ public class ChunkHolder<T extends Future<T>> implements IQueueChunk<T> {
|
|||||||
public T call(IChunkSet set, Runnable finalize) {
|
public T call(IChunkSet set, Runnable finalize) {
|
||||||
if (set != null) {
|
if (set != null) {
|
||||||
IChunkGet get = getOrCreateGet();
|
IChunkGet get = getOrCreateGet();
|
||||||
|
get.trim(false);
|
||||||
set = getExtent().processSet(this, get, set);
|
set = getExtent().processSet(this, get, set);
|
||||||
if (set != null) {
|
if (set != null) {
|
||||||
return get.call(set, finalize);
|
return get.call(set, finalize);
|
||||||
|
Loading…
Reference in New Issue
Block a user