mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-05 22:05:28 +02:00
hgj
fgh
This commit is contained in:
@@ -116,7 +116,7 @@ public class HybridPop extends BlockPopulator {
|
|||||||
}
|
}
|
||||||
this.X = cx << 4;
|
this.X = cx << 4;
|
||||||
this.Z = cz << 4;
|
this.Z = cz << 4;
|
||||||
final HybridPlotManager manager = (HybridPlotManager) PlotSquared.getPlotManager(w);
|
final HybridPlotManager manager = (HybridPlotManager) PlotSquared.getPlotManager(w.getName());
|
||||||
final RegionWrapper plot = AChunkManager.CURRENT_PLOT_CLEAR;
|
final RegionWrapper plot = AChunkManager.CURRENT_PLOT_CLEAR;
|
||||||
if (plot != null) {
|
if (plot != null) {
|
||||||
short sx = (short) ((this.X) % this.size);
|
short sx = (short) ((this.X) % this.size);
|
||||||
|
Reference in New Issue
Block a user