mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 15:16:45 +01:00
hgj
fgh
This commit is contained in:
parent
cf7c46ed5d
commit
3bd9ab4dd3
@ -116,7 +116,7 @@ public class HybridPop extends BlockPopulator {
|
||||
}
|
||||
this.X = cx << 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;
|
||||
if (plot != null) {
|
||||
short sx = (short) ((this.X) % this.size);
|
||||
|
Loading…
Reference in New Issue
Block a user