mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Pass the PlotArea into the PlotManager
This commit is contained in:

committed by
Matt

parent
908a5784a1
commit
6b3960fc3f
@ -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() {
|
||||
|
Reference in New Issue
Block a user