Remove unneeded commented out code

This commit is contained in:
dordsor21 2021-09-07 15:08:00 +01:00
parent 732f79bbfc
commit 93e280dba4
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -34,10 +34,6 @@ import java.util.HashMap;
public abstract class SetupUtils {
public static HashMap<String, GeneratorWrapper<?>> generators = new HashMap<>();
// static {
// generators.put(PlotSquared.platform().pluginName(),
// (HybridGen) PlotSquared.platform().injector().getInstance(IndependentPlotGenerator.class));
// }
public abstract void updateGenerators(final boolean force);