fgh
This commit is contained in:
boy0001 2015-02-21 14:50:58 +11:00
parent cf7c46ed5d
commit 3bd9ab4dd3

View File

@ -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);