mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-03 13:05:29 +02:00
PlotBlock cache / events / flags
This commit is contained in:
@@ -217,7 +217,7 @@ public class ProcessedWEExtent extends AbstractDelegateExtent {
|
||||
break;
|
||||
default:
|
||||
if (Settings.EXPERIMENTAL_FAST_ASYNC_WORLDEDIT) {
|
||||
SetQueue.IMP.setBlock(this.world, x, y, z, new PlotBlock((short) id, (byte) block.getData()));
|
||||
SetQueue.IMP.setBlock(this.world, x, y, z, PlotBlock.get((short) id, (byte) block.getData()));
|
||||
} else {
|
||||
super.setBlock(location, block);
|
||||
}
|
||||
|
Reference in New Issue
Block a user