mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
WIP clipboard offsets
TODO schem load -> BlockArrayClipboard
This commit is contained in:
@ -322,7 +322,6 @@ public class ChunkHolder<T extends Future<T>> implements IQueueChunk {
|
||||
if ((!full && !get.hasSection(layer)) || !filter.appliesLayer(this, layer)) {
|
||||
continue;
|
||||
}
|
||||
System.out.println("Apply layer " + full);
|
||||
block.init(get, set, layer);
|
||||
block.filter(filter);
|
||||
}
|
||||
|
Reference in New Issue
Block a user