Pass the PlotArea into the PlotManager

This commit is contained in:
Alexander Krivács Schrøder
2019-05-31 13:16:05 +02:00
committed by Matt
parent 908a5784a1
commit 6b3960fc3f
12 changed files with 59 additions and 11 deletions

View File

@ -30,8 +30,8 @@ import java.util.Random;
@Override public void initialize(PlotArea area) {
}
@Override public PlotManager getNewPlotManager() {
return PlotSquared.get().IMP.getDefaultGenerator().getNewPlotManager();
@Override public PlotManager getNewPlotManager(PlotArea plotArea) {
return PlotSquared.get().IMP.getDefaultGenerator().getNewPlotManager(plotArea);
}
@Override public String getName() {