mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-11 09:54:42 +02:00
PlotBlock cache / events / flags
This commit is contained in:
@ -122,7 +122,7 @@ public class BukkitLazyBlock extends LazyBlock {
|
||||
data = this.block.getData();
|
||||
break;
|
||||
}
|
||||
this.pb = new PlotBlock((short) this.id, data);
|
||||
this.pb = PlotBlock.get((short) this.id, data);
|
||||
return this.pb;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user