PlotSquared/Core/src/main
dordsor21 a8621a15ad Override setblock setting Pattern in ChunkBlockQueue
> Should stop NPE during plot analysis
> Without overriding this method, DelegateLocalBlockQueue setblock Pattern is called
> DelegateLocalBlockQueue's setblocks use parent.setBlock, but we set that to null in ChunkBlockQueue
> ChunkBlockQueue is simply just to cache the values from generation to use in analysis
> Therefore there is no need to setblocks in any other Queue implementation
2020-05-06 12:53:16 +01:00
..
java/com/plotsquared/core Override setblock setting Pattern in ChunkBlockQueue 2020-05-06 12:53:16 +01:00
resources Fixes #2782 2020-04-21 15:53:38 +02:00