PlotSquared/Core
Alexander Krivács Schrøder 941821e453 Convert all PlotBlocks to BaseBlocks in the BasicLocalBlockQueue
The `BukkitLocalQueue` only supports using one of the sets (the removed `baseBlocks` variable in `BasicLocalBlockQueue` was the deciding factor for which one won out) which led to issues with missing blocks when trying to use both types at the same time, such as in the `HybridPlotManager`s `clearPlot` method, where `PlotBlock` is used to fill in the various layers, while the`createSchemAbs` method uses `BaseBlock` for its data.
2019-06-03 16:24:59 -04:00
..
src Convert all PlotBlocks to BaseBlocks in the BasicLocalBlockQueue 2019-06-03 16:24:59 -04:00
build.gradle new library in gradle and another change I can't remember. 2019-05-21 18:32:26 -04:00