resolve rebase issue

This commit is contained in:
Hannes Greule 2020-08-17 01:07:37 +02:00 committed by Alexander Söderberg
parent 41c670450b
commit 457f3e25cc

View File

@ -70,15 +70,6 @@ public abstract class IndependentPlotGenerator {
*/
public abstract PlotArea getNewPlotArea(String world, String id, PlotId min, PlotId max);
/**
* If any additional setup options need to be changed before world creation.
* - e.g. If setup doesn't support some standard options
*
* @param setup
*/
@Deprecated public void processSetup(SetupObject setup) {
}
/**
* If any additional setup options need to be changed before world creation.
* - e.g. If setup doesn't support some standard options