mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-04 22:54:43 +02:00
PlotBlock cache / events / flags
This commit is contained in:
@ -1066,7 +1066,7 @@ public class BukkitChunkManager extends ChunkManager {
|
||||
if (typeId == 0) {
|
||||
ids[y] = PlotBlock.EVERYTHING;
|
||||
} else {
|
||||
ids[y] = new PlotBlock((short) typeId, block.getData());
|
||||
ids[y] = PlotBlock.get((short) typeId, block.getData());
|
||||
}
|
||||
}
|
||||
if (!id.equals(Material.AIR)) {
|
||||
|
Reference in New Issue
Block a user