mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
fixed road schematics if data set in plotworld
This commit is contained in:
parent
20a4dec7fe
commit
eb5ae0ec3c
@ -217,6 +217,8 @@ public class HybridPlotWorld extends PlotWorld {
|
||||
PlotMain.sendConsoleSenderMessage(C.PREFIX.s() + "&3 - schematic: &7false");
|
||||
return;
|
||||
}
|
||||
// Do not populate road if using schematic population
|
||||
this.ROAD_BLOCK = new PlotBlock(this.ROAD_BLOCK.id, (byte) 0);
|
||||
|
||||
DataCollection[] blocks1 = schem1.getBlockCollection();
|
||||
DataCollection[] blocks2 = schem2.getBlockCollection();
|
||||
|
@ -135,7 +135,6 @@ public class HybridPop extends BlockPopulator {
|
||||
HybridPlotManager manager = (HybridPlotManager) PlotMain.getPlotManager(w);
|
||||
RegionWrapper plot = manager.CURRENT_PLOT_CLEAR;
|
||||
if (plot != null) {
|
||||
|
||||
short sx = (short) ((X) % this.size);
|
||||
short sz = (short) ((Z) % this.size);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user